Skip to content

Commit 2479fe1

Browse files
test: fix
1 parent 09562a2 commit 2479fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/client/utils/reloadApp.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe("'reloadApp' function", () => {
8686

8787
reloadApp(
8888
{ hot: false, hotReload: true, liveReload: true },
89-
{ isUnloading: false, currentHash: "other-mock-hash" }
89+
{ isUnloading: false, currentHash: "changed-mock" }
9090
);
9191

9292
setTimeout(() => {
@@ -101,7 +101,7 @@ describe("'reloadApp' function", () => {
101101
test("should run liveReload when protocol is http:", (done) => {
102102
reloadApp(
103103
{ hot: false, hotReload: true, liveReload: true },
104-
{ isUnloading: false, currentHash: "other-mock-hash" }
104+
{ isUnloading: false, currentHash: "changed-mock" }
105105
);
106106

107107
setTimeout(() => {

0 commit comments

Comments
 (0)