Skip to content

Commit

Permalink
test: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 24, 2023
1 parent 13d5db9 commit 37c1054
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/spec_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ describe("parses specs", function()
format = "{filename} {pos}",
},
},
{ input = "foo" },
}
for _, test in ipairs(tests) do
assert.same(test.output, Spec.section(test.input))
Expand Down

0 comments on commit 37c1054

Please sign in to comment.