Fix typo in "assert"

This commit is contained in:
2025-09-27 22:34:43 -04:00
parent 0a57ad216a
commit 7991d34761

View File

@@ -8,6 +8,6 @@ class LaradiTest < ActiveSupport::TestCase
test "LogicUnit exists" do test "LogicUnit exists" do
lu = LogicUnit.new lu = LogicUnit.new
asset lu.execute === "It Works" assert lu.execute === "It Works"
end end
end end