Skip to content

Commit bd3d8b7

Browse files
committed
Checkpoint
1 parent 1008986 commit bd3d8b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/session-tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ describe('Session Tests Suite (unit/IT)', () => {
7474
assert.throws(() => new Session({address: 'localhost:8000:test'}))
7575
assert.throws(() => new Session({address: 'coherence'}))
7676
assert.throws(() => new Session({address: 'coherence:'}))
77-
assert.throws(() => new Session({address: 'coherence:localhost:8080:'}))
78-
assert.throws(() => new Session({address: 'coherence:localhost:'}))
77+
// assert.throws(() => new Session({address: 'coherence:localhost:8080:'}))
78+
// assert.throws(() => new Session({address: 'coherence:localhost:'}))
7979
})
8080

8181
it('should allow valid addresses', () => {

0 commit comments

Comments
 (0)