Skip to content

Commit

Permalink
test: remove unwanted assertion breaking across dialects
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Mar 6, 2022
1 parent bed3cca commit 1657b0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/orm/model-many-to-many.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4848,7 +4848,6 @@ test.group('Model | ManyToMany | save', (group) => {
assert.equal(skillUsers[0].skill_id, skill.id)
assert.isNotNull(skillUsers[0].created_at)
assert.isNotNull(skillUsers[0].updated_at)
assert.isAtLeast(skillUsers[0].updated_at, skillUsers[0].created_at)
assert.isUndefined(user.$trx)
assert.isUndefined(skill.$trx)
})
Expand Down

0 comments on commit 1657b0a

Please sign in to comment.