Skip to content

Commit 3385c9e

Browse files
committed
improve caret and tests
1 parent 479b90f commit 3385c9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/scenic/component/button_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ defmodule Scenic.Component.ButtonTest do
2727

2828
test "info works" do
2929
assert is_bitstring(Button.info(:bad_data))
30+
assert Button.info(:bad_data) =~ ":bad_data"
3031
end
3132

3233
# ============================================================================

0 commit comments

Comments
 (0)