We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479b90f commit 3385c9eCopy full SHA for 3385c9e
test/scenic/component/button_test.exs
@@ -27,6 +27,7 @@ defmodule Scenic.Component.ButtonTest do
27
28
test "info works" do
29
assert is_bitstring(Button.info(:bad_data))
30
+ assert Button.info(:bad_data) =~ ":bad_data"
31
end
32
33
# ============================================================================
0 commit comments