Fix typo in "assert"
This commit is contained in:
@@ -8,6 +8,6 @@ class LaradiTest < ActiveSupport::TestCase
|
||||
test "LogicUnit exists" do
|
||||
lu = LogicUnit.new
|
||||
|
||||
asset lu.execute === "It Works"
|
||||
assert lu.execute === "It Works"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user