Skip to content

Commit

Permalink
Update persistence/sql/batch/create_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Arne Luenser <arne.luenser@ory.sh>
  • Loading branch information
aeneasr and alnr committed May 26, 2023
1 parent d01ce4c commit f07edcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persistence/sql/batch/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func Test_buildInsertQueryValues(t *testing.T) {
assert.NotNil(t, model.UpdatedAt)
assert.Equal(t, model.UpdatedAt, values[1])

assert.NotNil(t, model.ID)
assert.NotZero(t, model.ID)
assert.Equal(t, model.ID, values[2])

assert.Equal(t, model.String, values[3])
Expand Down

0 comments on commit f07edcd

Please sign in to comment.