Skip to content

Commit 318eb50

Browse files
chore: autoformat with stylua
1 parent 0d0cc63 commit 318eb50

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

spec/client/curl/command_spec.lua

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ describe(":Rest curl", function()
2525
end)
2626
end)
2727

28-
describe(":Rest run", function ()
29-
nio.tests.it("notify on request failed", function ()
28+
describe(":Rest run", function()
29+
nio.tests.it("notify on request failed", function()
3030
open("spec/examples/basic_get.http")
3131
-- go to line number 6
3232
vim.cmd("6")
@@ -35,6 +35,8 @@ describe(":Rest run", function ()
3535
vim.cmd(":Rest run")
3636
nio.sleep(100)
3737
---@diagnostic disable-next-line: undefined-field
38-
assert.spy(spy_notify).called_with("request failed. See `:Rest logs` for more info", vim.log.levels.ERROR, { title = "rest.nvim" })
38+
assert
39+
.spy(spy_notify)
40+
.called_with("request failed. See `:Rest logs` for more info", vim.log.levels.ERROR, { title = "rest.nvim" })
3941
end)
4042
end)

0 commit comments

Comments
 (0)