Skip to content

Commit

Permalink
remove errant fmt.Println
Browse files Browse the repository at this point in the history
  • Loading branch information
jbardin committed Jun 21, 2022
1 parent 77cca0a commit 03fc2b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/command/meta_backend_migrate_test.go
@@ -1,7 +1,6 @@
package command

import (
"fmt"
"testing"
)

Expand Down Expand Up @@ -37,7 +36,7 @@ func TestBackendMigrate_promptMultiStatePattern(t *testing.T) {
},
}
for name, tc := range cases {
fmt.Println("Test: ", name)
t.Log("Test: ", name)
m := testMetaBackend(t, nil)
input := map[string]string{}
cleanup := testInputMap(t, input)
Expand Down

0 comments on commit 03fc2b0

Please sign in to comment.