Skip to content

Commit

Permalink
fixup! Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Dec 20, 2024
1 parent c221e74 commit 4b91889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/node/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ import {
isValidAccessGrant,
issueAccessRequest,
overwriteFile,
paginatedQuery,
query,
revokeAccessGrant,
saveFileInContainer,
Expand All @@ -87,7 +88,6 @@ import {
getPurposes,
} from "../../src/common/getters";
import { toBeEqual } from "../../src/gConsent/util/toBeEqual.mock";
import { paginateQuery } from "../../src/gConsent/query/query";

const { namedNode } = DataFactory;

Expand Down Expand Up @@ -1774,7 +1774,7 @@ describe(`End-to-end access grant tests for environment [${environment}] `, () =
);

it("can iterate through pages", async () => {
const pages = paginateQuery(
const pages = paginatedQuery(
{},
{
fetch: addUserAgent(requestorSession.fetch, TEST_USER_AGENT),
Expand Down

0 comments on commit 4b91889

Please sign in to comment.