Skip to content

Commit d80b99c

Browse files
committed
spelling: unparsable
1 parent 40c84e7 commit d80b99c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

test/v1/routing.driver.boltkit.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -972,11 +972,11 @@ describe('routing driver with stub server', () => {
972972
});
973973

974974
it('should throw protocol error when multiple records', done => {
975-
testForProtocolError('./test/resources/boltstub/unparseable_ttl_get_servers.script', done);
975+
testForProtocolError('./test/resources/boltstub/unparsable_ttl_get_servers.script', done);
976976
});
977977

978978
it('should throw protocol error on unparsable record', done => {
979-
testForProtocolError('./test/resources/boltstub/unparseable_servers_get_servers.script', done);
979+
testForProtocolError('./test/resources/boltstub/unparsable_servers_get_servers.script', done);
980980
});
981981

982982
it('should throw protocol error when no routers', done => {

0 commit comments

Comments
 (0)