Skip to content

Commit

Permalink
chore: trigger test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jun 11, 2024
1 parent 6820740 commit eec96a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/example_spec.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe('Test example', function()
it('Test can access vim namespace', function()
it('Test can access the vim namespace', function()
assert.are.same(vim.trim(' a '), 'a')
end)
end)

0 comments on commit eec96a5

Please sign in to comment.