Skip to content

Commit e658032

Browse files
committed
remove unused
1 parent b494610 commit e658032

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

internal/verifier/unit_test_util.go

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,6 @@ func (suite *WithMongodsTestSuite) SetMetaInstance(instance MongoInstance) {
7676
suite.metaMongoInstance = instance
7777
}
7878

79-
func getDBName(t *testing.T, suffixes ...string) string {
80-
testNameSplit := strings.Split(t.Name(), "/")
81-
return strings.Join(
82-
append(
83-
[]string{
84-
testNameSplit[len(testNameSplit)-1],
85-
"testDB",
86-
},
87-
suffixes...,
88-
),
89-
"-",
90-
)
91-
}
92-
9379
func (suite *WithMongodsTestSuite) SetupSuite() {
9480
if testing.Short() {
9581
suite.T().Skip("Skipping mongod-requiring tests in short mode")

0 commit comments

Comments
 (0)