Skip to content

Commit

Permalink
Go
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Apr 12, 2024
1 parent 8872a0c commit af5836e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/rust/src/tests/test_upd_price_no_fail_on_error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ fn test_upd_price_no_fail_on_error_no_fail_on_error() {
assert_eq!(price_data.agg_.status_, PC_STATUS_UNKNOWN);
}

// Invalid updates, such as publishing a price component with a pub_slot_ that's lower or equal than the price component stored in the program
// Invalid updates, such as publishing a price update with a pub_slot_ that's lower or equal than one that's already been published (by the same publisher),
// should still fail silently and have no effect.

// Check that the normal upd_price fails
Expand Down

0 comments on commit af5836e

Please sign in to comment.