Skip to content

Commit

Permalink
tweak: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahpurcell committed Sep 30, 2024
1 parent fde90f8 commit 0ee485e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/tests/components/notificationCard.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ describe("NotificationCard", () => {

test("renders detour notification if user is in DetoursList group", () => {
const n: Notification = detourActivatedNotificationFactory.build()
const {baseElement} = render(
const { baseElement } = render(
<RoutesProvider routes={routes}>
<NotificationCard
notification={n}
Expand Down

0 comments on commit 0ee485e

Please sign in to comment.