Skip to content

Commit 24c0de9

Browse files
test: update test case
1 parent 9ba65fc commit 24c0de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/client/curl/command_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe(":Rest curl", function()
1616
open("spec/examples/basic_get.http")
1717
vim.cmd("Rest curl yank")
1818
assert.same(
19-
"curl -sL 'https://api.github.com/users/boltlessengineer' '-X' 'GET' '-H' 'User-Agent: neovim'",
19+
"curl -sL 'https://api.github.com/users/boltlessengineer' '-X' 'GET' '-H' 'User-Agent: neovim'\n",
2020
vim.fn.getreg("+")
2121
)
2222
end)

0 commit comments

Comments
 (0)