Skip to content

Commit 95f5ef4

Browse files
committed
fix
1 parent 9426443 commit 95f5ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kv_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ func nutsdb1() {
278278

279279
db = NutsDB("")
280280
if db == nil {
281-
panic("bolt create err")
281+
panic("nutsdb create err")
282282
}
283283
db.Set([]byte("yx"), []byte("yx"))
284284
db.Set([]byte("yy"), []byte("yy"))

0 commit comments

Comments
 (0)