Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MariiaNebesnova committed Aug 20, 2021
1 parent 62199bc commit 3fdfe56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/js/blocks/autoFind/tests/autoFind.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe("AutoFind Identify functionality", () => {
);

jest.clearAllMocks();
jest.spyOn(connector, "getPageId").mockReturnValue(
jest.spyOn(connector, "getTab").mockReturnValue(
(() => {
connector.tab = { id: "42" };
})()
Expand Down

0 comments on commit 3fdfe56

Please sign in to comment.