Skip to content

Commit

Permalink
add missing assert in string test
Browse files Browse the repository at this point in the history
  • Loading branch information
devloglogan committed Jul 14, 2023
1 parent f53c99f commit 607cdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reading/exunit.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ defmodule StringContainsTest do

test "string contains hello" do
string = "hello world"
string =~ "hello"
assert string =~ "hello"
end
end

Expand Down

0 comments on commit 607cdcc

Please sign in to comment.