Skip to content

Commit

Permalink
fix method call in test
Browse files Browse the repository at this point in the history
  • Loading branch information
rreiner-hqs committed Nov 25, 2024
1 parent 9b299e4 commit 3b4cc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roqoqo/tests/integration/operations/pragma_operations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4026,7 +4026,7 @@ fn pragma_simulation_repetitions_inputs_qubits() {
let pragma = PragmaSimulationRepetitions::new(100);

// Test inputs are correct
assert_eq!(pragma.repetitions, 100);
assert_eq!(pragma.repetitions(), 100);

// Test InvolveQubits trait
assert_eq!(pragma.involved_qubits(), InvolvedQubits::None);
Expand Down

0 comments on commit 3b4cc88

Please sign in to comment.