Skip to content

Commit ea6263e

Browse files
committed
Go
1 parent 7fd9c35 commit ea6263e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/rust/src/tests/test_upd_price.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ fn test_upd_price() {
9393
assert_eq!(price_data.price_cumulative.num_down_slots, 0);
9494
}
9595

96-
// add some prices for a slot that is not greater than the current published slot
96+
// a publisher's component pub_slot_ has to be strictly increasing -- get rejected
9797
populate_instruction(&mut instruction_data, 43, 2, 1);
9898

9999
assert_eq!(

0 commit comments

Comments
 (0)