Skip to content

Commit af5836e

Browse files
committed
Go
1 parent 8872a0c commit af5836e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/rust/src/tests/test_upd_price_no_fail_on_error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ fn test_upd_price_no_fail_on_error_no_fail_on_error() {
126126
assert_eq!(price_data.agg_.status_, PC_STATUS_UNKNOWN);
127127
}
128128

129-
// 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
129+
// 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),
130130
// should still fail silently and have no effect.
131131

132132
// Check that the normal upd_price fails

0 commit comments

Comments
 (0)