-
+
diff --git a/tests/unit/specs/components/stories/__snapshots__/EventCardStory.spec.ts.snap b/tests/unit/specs/components/stories/__snapshots__/EventCardStory.spec.ts.snap
index 8911ff613..02744766c 100644
--- a/tests/unit/specs/components/stories/__snapshots__/EventCardStory.spec.ts.snap
+++ b/tests/unit/specs/components/stories/__snapshots__/EventCardStory.spec.ts.snap
@@ -6,8 +6,8 @@ exports[`Event Card Story > Default 1`] = `
-
-
+
@@ -57,8 +57,8 @@ exports[`Event Card Story > Default 1`] = `
-
-
+
@@ -108,8 +108,8 @@ exports[`Event Card Story > Default 1`] = `
-
-
+
@@ -157,8 +157,8 @@ exports[`Event Card Story > Default 1`] = `
-
-
+
@@ -206,8 +206,8 @@ exports[`Event Card Story > Default 1`] = `
-
-
+
diff --git a/tests/unit/specs/components/stories/__snapshots__/EventListViewCardStory.spec.ts.snap b/tests/unit/specs/components/stories/__snapshots__/EventListViewCardStory.spec.ts.snap
index 902d0db50..6ed08ef55 100644
--- a/tests/unit/specs/components/stories/__snapshots__/EventListViewCardStory.spec.ts.snap
+++ b/tests/unit/specs/components/stories/__snapshots__/EventListViewCardStory.spec.ts.snap
@@ -6,8 +6,8 @@ exports[`Event List View Card Story > Default 1`] = `
-
@@ -28,8 +28,8 @@ exports[`Event List View Card Story > Default 1`] = `
-
diff --git a/tests/unit/specs/mocks/event.ts b/tests/unit/specs/mocks/event.ts
index 206794746..4e6ceac8e 100644
--- a/tests/unit/specs/mocks/event.ts
+++ b/tests/unit/specs/mocks/event.ts
@@ -56,7 +56,6 @@ export const joinEventMock = {
actorId: "1",
email: "some@email.tld",
message: "a message long enough",
- locale: "en_US",
timezone: Intl.DateTimeFormat().resolvedOptions().timeZone,
};