Skip to content

Commit fa9f543

Browse files
committed
Remove error message assertion
1 parent e66c4e8 commit fa9f543

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/internal/node/direct.driver.boltkit.test.js

-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ describe('direct driver with stub server', () => {
401401
writeTx.run('CREATE (n {name: \'Bob\'})').then(() =>
402402
writeTx.commit().then(result => fail('expected an error'), (error) => {
403403
expect(error.code).toBe(SERVICE_UNAVAILABLE);
404-
expect(error.message).toContain('Connection was closed by server');
405404
})
406405
).finally(() =>
407406
session.close(() => {

0 commit comments

Comments
 (0)