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 df630c4 commit b2d12e6Copy full SHA for b2d12e6
magicblock-account-updates/tests/remote_account_updates.rs
@@ -83,7 +83,6 @@ async fn test_devnet_monitoring_multiple_accounts_at_the_same_time() {
83
// We shouldnt known anything about the accounts until we subscribe
84
assert!(client.get_last_known_update_slot(&sysvar_rent).is_none());
85
assert!(client.get_last_known_update_slot(&sysvar_sh).is_none());
86
- assert!(client.get_last_known_update_slot(&sysvar_clock).is_none());
87
// Start monitoring the accounts now
88
assert!(client.ensure_account_monitoring(&sysvar_rent).await.is_ok());
89
assert!(client.ensure_account_monitoring(&sysvar_sh).await.is_ok());
0 commit comments