diff --git a/modules/__tests__/Link-test.js b/modules/__tests__/Link-test.js
index c7b96c3930..9b245a2710 100644
--- a/modules/__tests__/Link-test.js
+++ b/modules/__tests__/Link-test.js
@@ -289,7 +289,7 @@ describe('A ', function () {
// just here to make sure click handlers don't prevent it from happening
}
render() {
- return this.handleClick(e)}>Link
+ return this.handleClick(e)}>Link
}
}
@@ -302,7 +302,7 @@ describe('A ', function () {
},
function () {
expect(node.innerHTML).toMatch(/Hello/)
- expect(spy).toHaveBeenCalledWith(undefined, '/hello#world')
+ expect(spy).toHaveBeenCalledWith({ you: 'doing?' }, '/hello#world?how=are')
}
]