Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jun 27, 2023
1 parent b808c0c commit 77dac6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtime/lib/gdpr.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import {
updateFinalityConsent,
readFinalityConsent,
finalityConsentToChanges
} from "../../../src/gdpr/processConsentChanges";
import { getFinalitiesFromFinalityDescription } from "../../../src/gdpr/createGdprApi";
import type { FinalityConsent } from "../../../src/gdpr/types";
} from "../../../src/consentManagement/processConsentChanges";
import { getFinalitiesFromFinalityDescription } from "../../../src/consentManagement/createConsentManagement";
import type { FinalityConsent } from "../../../src/consentManagement/types";

describe("Testing gdpr utils", () => {
it("createFullDenyFinalityConsent", () => {
Expand Down

0 comments on commit 77dac6e

Please sign in to comment.