Skip to content

Commit

Permalink
Fixed test to compensate for added code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Vasilevsky committed Nov 5, 2024
1 parent 0302cf9 commit 1bb8af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/qsc_eval/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3722,7 +3722,7 @@ fn controlled_operation_with_duplicate_controls_fails() {
1,
),
item: LocalItemId(
136,
140,
),
},
caller: PackageId(
Expand Down Expand Up @@ -3772,7 +3772,7 @@ fn controlled_operation_with_target_in_controls_fails() {
1,
),
item: LocalItemId(
136,
140,
),
},
caller: PackageId(
Expand Down

0 comments on commit 1bb8af5

Please sign in to comment.