Skip to content

Commit 1f4e7e3

Browse files
committed
minor test fix
1 parent 06cd581 commit 1f4e7e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

minidb_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package minidb
22

33
import (
4-
"fmt"
54
"reflect"
65
"testing"
76
)
@@ -45,7 +44,7 @@ func TestListCollections(t *testing.T) {
4544
}
4645
}
4746

48-
func TestListSTORES(t *testing.T) {
47+
func TestListStores(t *testing.T) {
4948
dir := "many-stores"
5049

5150
defer cleanFileAfter(dir, t)
@@ -56,7 +55,6 @@ func TestListSTORES(t *testing.T) {
5655
db.Store("zoo")
5756

5857
listStores := db.ListStores()
59-
fmt.Println(listStores)
6058

6159
sampleReturn := []string{"new", "sample", "zoo"}
6260

0 commit comments

Comments
 (0)