Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sagnik3788 committed Jul 15, 2024
1 parent e3b6d1c commit 96f1399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/config_default_builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 96f1399

Please sign in to comment.