diff --git a/specs/PKPass.spec.cjs b/specs/PKPass.spec.cjs index 845360d..29f1f61 100644 --- a/specs/PKPass.spec.cjs +++ b/specs/PKPass.spec.cjs @@ -812,7 +812,9 @@ describe("PKPass", () => { const passjsonGenerated = getGeneratedPassJson(pkpass); - expect(passjsonGenerated.relevantDate).toBe("2023-04-10T14:15:00.000Z"); + expect(passjsonGenerated.relevantDate).toBe( + "2023-04-10T14:15:00.000Z", + ); }); it("should reset relevant date", () => {