Skip to content

Commit

Permalink
I have read the CLA Document and I hereby sign the CLA
Browse files Browse the repository at this point in the history
  • Loading branch information
bingtianyiyan committed Sep 13, 2023
1 parent 7432e78 commit 823ca00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/dao_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,9 @@ func TestTx(t *testing.T) {
err := gplus.InsertBatch[User](users, gplus.Db(tx)).Error
return err
})
fmt.Println(err.Error())
if err != nil {
t.Errorf(err.Error())
}
}

func deleteOldData() {
Expand Down

0 comments on commit 823ca00

Please sign in to comment.