Skip to content

Commit

Permalink
Fix test ids
Browse files Browse the repository at this point in the history
  • Loading branch information
swernli committed Sep 16, 2024
1 parent 10cf9f1 commit 38dc37c
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 @@ -3724,7 +3724,7 @@ fn controlled_operation_with_duplicate_controls_fails() {
1,
),
item: LocalItemId(
132,
131,
),
},
caller: PackageId(
Expand Down Expand Up @@ -3774,7 +3774,7 @@ fn controlled_operation_with_target_in_controls_fails() {
1,
),
item: LocalItemId(
132,
131,
),
},
caller: PackageId(
Expand Down

0 comments on commit 38dc37c

Please sign in to comment.