Skip to content

Commit

Permalink
chore: updated logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Oct 21, 2024
1 parent 06be7a0 commit 78912a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/models/service/base_service_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 78912a5

Please sign in to comment.