chore: updated logs

This commit is contained in:
Marvin Zhang
2024-10-21 12:52:11 +08:00
parent 3cef7debc6
commit 1497523782

View File

@@ -33,7 +33,7 @@ func teardownTestDB() {
log.Errorf("dropping test db error: %v", err)
return
}
log.Info("dropped test db")
log.Infof("dropped test db")
}
func TestModelServiceV2(t *testing.T) {