Skip to content

Commit

Permalink
Fix to use busted 2.1.1 assert.are.equals
Browse files Browse the repository at this point in the history
  • Loading branch information
russtoku committed Aug 19, 2024
1 parent d0b696d commit b717186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fnl/conjure-spec/extract_spec.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
(it "matching nothing"
(fn []
(at [2 0])
(assert.equal nil (extract.form {}))))
(assert.are.equals nil (extract.form {}))))

(it "ns form"
(fn []
Expand Down
2 changes: 1 addition & 1 deletion lua/conjure-spec/extract_spec.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b717186

Please sign in to comment.