Skip to content

Commit db6ef77

Browse files
fix: Tests
1 parent b5d38b6 commit db6ef77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/handleWorldScenesUndeployment.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ describe("when handling the WorldScenesUndeploymentEvent", () => {
111111

112112
afterEach(async () => {
113113
await cleanTables()
114-
jest.resetAllMocks()
114+
jest.clearAllMocks()
115115
})
116116

117117
describe("and the WorldScenesUndeploymentEvent targets a single scene", () => {

test/integration/handleWorldUndeployment.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe("when handling the WorldUndeploymentEvent", () => {
9595

9696
afterEach(async () => {
9797
await cleanTables()
98-
jest.resetAllMocks()
98+
jest.clearAllMocks()
9999
})
100100

101101
describe("and the WorldUndeploymentEvent targets a world with a single scene", () => {

0 commit comments

Comments
 (0)