Skip to content

Commit

Permalink
fix(test): cbfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoshihou514 committed Sep 15, 2023
1 parent dc13b6a commit 37ee602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/formatter/cbfmt_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('cbfmt', function()
assert.are.same({
[[Normal text]],
[[```lua]],
[[local a = "a"]],
[[local a = 'a']],
[[```]],
}, formatted)
end)
Expand Down

0 comments on commit 37ee602

Please sign in to comment.