Skip to content

Commit

Permalink
test: fix test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jun 24, 2024
1 parent 8e6e5b9 commit 02dd39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ash_admin_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ defmodule AshAdmin.Test.AshAdminTest do
test "if shown resrouces option not eixsting resource providede error", _ do
assert_raise(
Spark.Error.DslError,
"[AshAdmin.Test.AshAdminTest.Domain]\n admin -> show_resources:\n SomeRandom is not a valid resource in AshAdmin.Test.AshAdminTest.Domain",
"[AshAdmin.Test.AshAdminTest.Domain]\nadmin -> show_resources:\n SomeRandom is not a valid resource in AshAdmin.Test.AshAdminTest.Domain",
fn ->
defmodule Domain do
@moduledoc false
Expand Down

0 comments on commit 02dd39c

Please sign in to comment.