Skip to content

Commit e5524e4

Browse files
committed
fix tests
1 parent 19fb7ab commit e5524e4

File tree

2 files changed

+0
-106
lines changed

2 files changed

+0
-106
lines changed

clients/fides-js/__tests__/lib/fidesString.test.ts

-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ describe("formatFidesStringWithGpp", () => {
1818
window.Fides.fides_string = undefined;
1919
});
2020

21-
it("uses default GPP string when no CmpApi is provided", () => {
22-
const result = formatFidesStringWithGpp();
23-
expect(result).toBe(",,DBAA");
24-
});
25-
2621
it("uses default GPP string when CmpApi returns no string", () => {
2722
const cmpApi = new CmpApi(1, 1);
2823
jest.spyOn(cmpApi, "getGppString").mockReturnValue("");

clients/fides-js/__tests__/lib/gpp/fidesString.test.ts

-101
This file was deleted.

0 commit comments

Comments
 (0)