We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94babc4 commit 0f6a651Copy full SHA for 0f6a651
1 file changed
program/rust/src/tests/test_upd_price_with_validator.rs
@@ -186,7 +186,6 @@ fn test_upd_price_with_validator() {
186
assert_eq!(messages2, expected_messages2);
187
188
update_clock_slot(&mut clock_account, 3);
189
- // add next price in new slot triggering snapshot and aggregate calc
190
populate_instruction(&mut instruction_data, 81, 2, 2);
191
assert!(process_instruction(
192
&program_id,
0 commit comments