Skip to content

Commit

Permalink
test: fix. Not sure how this snuck through
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahpurcell committed Nov 19, 2024
1 parent 50b9754 commit 93ef823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/skate_web/controllers/detours_controller_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ defmodule SkateWeb.DetoursControllerTest do
# which it sets for all successful serializations
assert %{
"data" => %{
"author" => "test_user@test.com",
"author" => _,
"state" => ^edited_snapshot,
"updated_at" => _
}
Expand Down

0 comments on commit 93ef823

Please sign in to comment.