diff --git a/internal/commands/config_default_builder_test.go b/internal/commands/config_default_builder_test.go index 671cd47c3..e21772af6 100644 --- a/internal/commands/config_default_builder_test.go +++ b/internal/commands/config_default_builder_test.go @@ -218,7 +218,7 @@ func testConfigDefaultBuilder(t *testing.T, when spec.G, it spec.S) { time.Sleep(2 * time.Second) p, err := os.FindProcess(os.Getpid()) - h.AssertNil(t, err) + h.AssertNil(t, err) err = p.Signal(syscall.SIGINT) h.AssertNil(t, err)