We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ed69e commit 2d18b36Copy full SHA for 2d18b36
packages/client/lib/commands/HELLO.spec.ts
@@ -63,7 +63,7 @@ describe('HELLO', () => {
63
assert.equal(typeof reply.id, 'number');
64
assert.equal(reply.mode, 'standalone');
65
assert.equal(reply.role, 'master');
66
- assert.equal('modules' in reply, true);
+ assert.ok(reply.modules instanceof Array);
67
}, {
68
...GLOBAL.SERVERS.OPEN,
69
minimumDockerVersion: [6, 2]
0 commit comments