Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion program/rust/src/tests/test_upd_price_with_validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ fn test_upd_price_with_validator() {
assert_eq!(messages2, expected_messages2);

update_clock_slot(&mut clock_account, 3);
// add next price in new slot triggering snapshot and aggregate calc
populate_instruction(&mut instruction_data, 81, 2, 2);
assert!(process_instruction(
&program_id,
Expand Down