Skip to content

Commit c3308c3

Browse files
committed
test(fix): fix wrong url used in test
1 parent 5d8b3b3 commit c3308c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/misc/status-swap.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describeCommand('Status command and swap', ({ consoleMessages }) => {
1919
})
2020

2121
it('should handle missing wallet and chequebook balance', async () => {
22-
await invokeTestCli(['status', '--bee-api-url', 'http://localhost:16337'])
22+
await invokeTestCli(['status', '--bee-api-url', 'http://localhost:16338'])
2323
expect(consoleMessages).toMatchLinesInOrder([
2424
['Wallet'],
2525
['Wallet balance not available'],

0 commit comments

Comments
 (0)