Skip to content

Commit d2355a5

Browse files
committed
Fix merge issues
1 parent 8a3dc0c commit d2355a5

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

packages/testkit-backend/src/request-handlers-rx.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export {
2626
NewAuthTokenProvider,
2727
AuthTokenProviderCompleted,
2828
AuthTokenProviderClose,
29-
StartSubTest,
3029
FakeTimeInstall,
3130
FakeTimeTick,
3231
FakeTimeUninstall

packages/testkit-backend/src/request-handlers.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -609,10 +609,6 @@ export function ExecuteQuery (neo4j, context, { driverId, cypher, params, config
609609
.catch(e => wire.writeError(e))
610610
}
611611

612-
export function FakeTimeInstall (_, context, _data, wire) {
613-
context.clock = sinon.useFakeTimers(new Date().getTime())
614-
}
615-
616612
export function FakeTimeInstall ({ mock }, context, _data, wire) {
617613
context.clock = new mock.FakeTime()
618614
wire.writeResponse(responses.FakeTimeAck())

0 commit comments

Comments
 (0)