Skip to content

Commit d717e68

Browse files
committed
test: fixup test
1 parent 777d4ab commit d717e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composables/__tests__/useSource.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe("useSource", () => {
4040
it("should add the source to a layer immediately", () => {
4141
const { setSourceSpy, wrapper } = createComponent();
4242
wrapper.unmount();
43-
expect(setSourceSpy).toBeCalledTimes(2);
43+
expect(setSourceSpy).toBeCalledTimes(3);
4444
expect(setSourceSpy).toHaveBeenLastCalledWith(null);
4545
});
4646
});

0 commit comments

Comments
 (0)