We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd9c35 commit ea6263eCopy full SHA for ea6263e
program/rust/src/tests/test_upd_price.rs
@@ -93,7 +93,7 @@ fn test_upd_price() {
93
assert_eq!(price_data.price_cumulative.num_down_slots, 0);
94
}
95
96
- // add some prices for a slot that is not greater than the current published slot
+ // a publisher's component pub_slot_ has to be strictly increasing -- get rejected
97
populate_instruction(&mut instruction_data, 43, 2, 1);
98
99
assert_eq!(
0 commit comments