Skip to content

Commit 967504b

Browse files
committed
test: fixup test
1 parent d717e68 commit 967504b

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
@@ -33,7 +33,7 @@ describe("useSource", () => {
3333

3434
it("should add the source to a layer immediately", () => {
3535
const { setSourceSpy } = createComponent();
36-
expect(setSourceSpy).toBeCalledTimes(1);
36+
expect(setSourceSpy).toBeCalledTimes(2);
3737
expect(setSourceSpy).toHaveBeenLastCalledWith(expect.any(Source));
3838
});
3939

0 commit comments

Comments
 (0)