Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tfwright committed Jul 5, 2024
1 parent 5597777 commit fcce520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/live_admin/components/container_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defmodule LiveAdmin.Components.ContainerTest do
|> element("#list")
|> render_hook("action", %{name: "user_action", ids: []})

assert_redirected(view, "/user?page=1&per=10&sort-attr=id&sort-dir=asc")
assert_patched(view, "/user?page=1&per=10&sort-attr=id&sort-dir=asc")
end

test "runs task", %{view: view} do
Expand Down

0 comments on commit fcce520

Please sign in to comment.