Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoLiberali committed Jan 2, 2024
1 parent 78e6aba commit 74a12ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ func (ts *UpdateIntTestSuite) TestUpdateDynamicWithFunction() {
ts.db,
conditions.Product.Bool.Is().False(),
).Set(
conditions.Product.Int.Set().Dynamic(conditions.Product.Float.Value().Plus(1.1)),
conditions.Product.Int.Set().Dynamic(conditions.Product.Float.Value().Plus(1)),
)

if getDBDialector() == cqlSQL.Postgres && err != nil {
Expand Down

0 comments on commit 74a12ae

Please sign in to comment.