Skip to content

Commit

Permalink
fix: change revisions to revision
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Aug 14, 2023
1 parent c188c47 commit ed8ccec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-page-builder-aco/__tests__/page.hooks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ describe("Pages -> Search records", () => {
});
});

it("should update a search record in case a page revisions has been deleted, but there are other page revisions available", async () => {
it("should update a search record in case a page revision has been deleted, but there are other page revisions available", async () => {
const { pageBuilder, search } = useGraphQlHandler({
plugins: [assignPageLifecycleEvents()]
});
Expand Down

0 comments on commit ed8ccec

Please sign in to comment.