We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d439aeb commit ce4cc3cCopy full SHA for ce4cc3c
nvim/api_test.go
@@ -177,7 +177,7 @@ func testBufAttach(v *Nvim) func(*testing.T) {
177
t.Fatal(err)
178
}
179
if !ok {
180
- t.Fatal(errors.New("could not attach buffer"))
+ t.Fatal("could not attach buffer")
181
182
183
changedtickExpected := &ChangedtickEvent{
@@ -290,7 +290,7 @@ func testBufAttach(v *Nvim) func(*testing.T) {
290
291
292
if !attached {
293
294
295
296
0 commit comments