Skip to content

Commit 5aacc68

Browse files
committed
fix: broken test script
1 parent 7ba3451 commit 5aacc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/scripts/client-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ async function initializeGrpcDriftClientV2() {
8484
console.log('Received required number of updates.');
8585
}
8686

87-
initializeDriftClient().catch(console.error);
87+
initializeGrpcDriftClientV2().catch(console.error);

0 commit comments

Comments
 (0)