Skip to content

Commit 8ceca26

Browse files
committed
Fix test failure
1 parent c2bd2fa commit 8ceca26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/internal/routing-util.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import lolex from 'lolex';
2525
import FakeConnection from './fake-connection';
2626
import ServerAddress from '../../src/v1/internal/server-address';
2727

28-
const ROUTER_ADDRESS = 'test.router.com:4242';
28+
const ROUTER_ADDRESS = ServerAddress.fromUrl('test.router.com:4242');
2929

3030
describe('RoutingUtil', () => {
3131

0 commit comments

Comments
 (0)