File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ describe(":Rest curl", function()
2525 end )
2626end )
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 )
4042end )
You can’t perform that action at this time.
0 commit comments