Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sagnik3788 committed Jul 15, 2024
1 parent 8dc48fe commit e3b6d1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/commands/config_default_builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,9 @@ 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)
err = p.Signal(syscall.SIGINT)
h.AssertNil(t, err)
p.Signal(syscall.SIGINT)

err = <-done

Expand Down

0 comments on commit e3b6d1c

Please sign in to comment.