Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarcon committed Dec 28, 2024
1 parent f7b7f37 commit ce24ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/live_select/component_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ defmodule LiveSelect.ComponentTest do
)

assert Floki.attribute(component, selectors()[@element], "class") ==
~W(foo goo)
["foo goo"]
end
end

Expand Down

0 comments on commit ce24ef0

Please # to comment.