Fix test
This commit is contained in:
@@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user