feat: set createDatabase to false in TestDumpToFile() (#3924)

This commit is contained in:
Raiki
2025-07-03 22:50:23 +08:00
committed by GitHub
parent 201d704a31
commit b1f68a60a4

View File

@ -20,6 +20,7 @@ package object
import "testing"
func TestDumpToFile(t *testing.T) {
createDatabase = false
InitConfig()
err := DumpToFile("./init_data_dump.json")