Skip to content

Commit 38e1c9b

Browse files
Milan RougemontMilan Rougemont
authored andcommitted
Fix CI error
1 parent 6473142 commit 38e1c9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

calque_snapshots/Checking a nested map.accepted.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Checking a nested map
44
source: test/calque_test.exs:53
55
---
66
%{
7-
user: %{name: "Bob", email: "bob@example.com"},
7+
metadata: %{created_at: "2024-01-01", version: 2},
88
permissions: [:read, :write],
9-
metadata: %{version: 2, created_at: "2024-01-01"}
9+
user: %{email: "bob@example.com", name: "Bob"}
1010
}

0 commit comments

Comments
 (0)