diff --git a/program/rust/src/tests/test_upd_price_no_fail_on_error.rs b/program/rust/src/tests/test_upd_price_no_fail_on_error.rs index d9e53674..6e764e36 100644 --- a/program/rust/src/tests/test_upd_price_no_fail_on_error.rs +++ b/program/rust/src/tests/test_upd_price_no_fail_on_error.rs @@ -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