Skip to content

Commit b2d12e6

Browse files
committed
fix(test): remove sysvar clock check from assertion
1 parent df630c4 commit b2d12e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

magicblock-account-updates/tests/remote_account_updates.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ async fn test_devnet_monitoring_multiple_accounts_at_the_same_time() {
8383
// We shouldnt known anything about the accounts until we subscribe
8484
assert!(client.get_last_known_update_slot(&sysvar_rent).is_none());
8585
assert!(client.get_last_known_update_slot(&sysvar_sh).is_none());
86-
assert!(client.get_last_known_update_slot(&sysvar_clock).is_none());
8786
// Start monitoring the accounts now
8887
assert!(client.ensure_account_monitoring(&sysvar_rent).await.is_ok());
8988
assert!(client.ensure_account_monitoring(&sysvar_sh).await.is_ok());

0 commit comments

Comments
 (0)