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 830d5db commit fcdb1c0Copy full SHA for fcdb1c0
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.deepEqual(reply.modules, []);
+ assert.equal('modules' in reply, true);
67
}, {
68
...GLOBAL.SERVERS.OPEN,
69
minimumDockerVersion: [6, 2]
0 commit comments