This commit is contained in:
Girish Ramakrishnan
2022-08-15 20:45:38 +02:00
parent bb3be9f380
commit 20d722f076

View File

@@ -46,7 +46,7 @@ describe('Apps', function () {
port1: 4033,
port2: 3242,
port3: 1234
}, { tcpPorts: { port1: null, port2: null, port3: null } })).to.be(null);
}, { tcpPorts: { port1: {}, port2: {}, port3: {} } })).to.be(null);
});
});