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 65b352e commit 4565643Copy full SHA for 4565643
runtime/src/bank/pyth_accumulator_tests.rs
@@ -186,7 +186,7 @@ fn test_update_accumulator_sysvar() {
186
}
187
188
// Feature should now be enabled on the new bank as the epoch has changed.
189
- assert!(!bank
+ assert!(bank
190
.feature_set
191
.is_active(&feature_set::enable_accumulator_sysvar::id()));
192
@@ -778,6 +778,7 @@ fn test_accumulator_v2(generate_buffers: [bool; 4]) {
778
.sorted_unstable()
779
.dedup()
780
.collect::<Vec<_>>();
781
+ assert_eq!(messages.len(), 8);
782
783
// Trigger Aggregation. We freeze instead of new_from_parent so
784
// we can keep access to the bank.
0 commit comments