Skip to content

Commit

Permalink
fix(test): check command exist
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Oct 26, 2023
1 parent 9a3b4ee commit 7b4b23d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/hurl_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ describe('Hurl wrapper', function()
end)

it('should define a custom command: HurlRunner', function()
-- TODO: add a test to check if the command is defined
assert.falsy(true)
assert.truthy(vim.fn.exists(':HurlRunner'))
end)
end)

0 comments on commit 7b4b23d

Please sign in to comment.