Skip to content

Commit

Permalink
meta: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lohart13 committed Jan 24, 2024
1 parent e237fb0 commit 156e407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/integration/model/upsert.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ describe(Support.getTestDialectTeaser('Model'), () => {
if (['db2', 'sqlite', 'postgres'].includes(dialect)) {
expect(created).to.be.null;
} else {
expect(created).to.be.false;
expect(created).to.be.true;
}
});

Expand Down

0 comments on commit 156e407

Please sign in to comment.