From 578914731caf6037c2cd2acb93e592de96767a93 Mon Sep 17 00:00:00 2001 From: Joe C Date: Fri, 6 Oct 2023 10:36:42 +0200 Subject: [PATCH] fix: broken timestamp test (#1688) --- .../__tests__/slots-updates-notifications-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rpc-core/src/rpc-subscriptions/__tests__/slots-updates-notifications-test.ts b/packages/rpc-core/src/rpc-subscriptions/__tests__/slots-updates-notifications-test.ts index fced86f3bb4..e647ab3ee0f 100644 --- a/packages/rpc-core/src/rpc-subscriptions/__tests__/slots-updates-notifications-test.ts +++ b/packages/rpc-core/src/rpc-subscriptions/__tests__/slots-updates-notifications-test.ts @@ -32,7 +32,7 @@ describe('slotsUpdatesNotifications', () => { 'value', expect.objectContaining({ slot: expect.any(BigInt), - timestamp: expect.any(Number), + timestamp: expect.any(BigInt), type: expect.any(String), }) );