From dcee54f3429c6d03f309d394d769060e8b5a86e4 Mon Sep 17 00:00:00 2001 From: SammyOina Date: Thu, 28 Sep 2023 15:49:00 +0300 Subject: [PATCH] remove comment Signed-off-by: SammyOina --- pkg/bootstrap/bootstrap_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/bootstrap/bootstrap_test.go b/pkg/bootstrap/bootstrap_test.go index 8fd85fb..7341c96 100644 --- a/pkg/bootstrap/bootstrap_test.go +++ b/pkg/bootstrap/bootstrap_test.go @@ -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") })