Skip to content

Commit 27deb38

Browse files
committed
tests: add streaming capability on stream tests
1 parent 32b6c0e commit 27deb38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

__tests__/stream.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ async function startWalletFor(mode) {
138138
servers: ['http://localhost:8080/v1a'],
139139
logger: getDefaultLogger(),
140140
});
141+
connection.capabilities = ['history-streaming'];
141142
if (connection.websocket === null) {
142143
throw new Error('Invalid websocket instance');
143144
}

0 commit comments

Comments
 (0)