Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: SammyOina <sammyoina@gmail.com>
  • Loading branch information
SammyOina committed Sep 28, 2023
1 parent e667a83 commit dcee54f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/bootstrap/bootstrap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ func TestBootstrap(t *testing.T) {
assert.True(t, errors.Contains(err, test.expectedErr), fmt.Sprintf("expected %v got %v", test.expectedErr, err))
})
}
// cleanup.
t.Cleanup(func() {
os.Remove("config.toml")
})
Expand Down

0 comments on commit dcee54f

Please sign in to comment.