Skip to content

Commit f654534

Browse files
committed
fix
1 parent 7b2cf09 commit f654534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/websocket-solana-mocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export async function setupSolanaWebsocketMocks(
1818
const wsServer = localWebSocketServer.getServer();
1919

2020
const mergedMocks: WebSocketMessageMock[] = [
21-
...DEFAULT_SOLANA_WS_MOCKS,
2221
...mocks,
22+
...DEFAULT_SOLANA_WS_MOCKS,
2323
];
2424

2525
// Add Solana-specific message handlers to the existing server

0 commit comments

Comments
 (0)