Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Erik Roald committed Oct 10, 2023
1 parent 35a60ea commit eaa6084
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/conflicts.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,12 @@ describe('insert overwrite with optimistic column changed', () => {
let message;
try {

const row = await db.vendor.insert({
await db.vendor.insert({
id: 1,
name: 'George',
balance: 177,
isActive: false
});
console.dir(row, {depth: Infinity});
}
catch (e) {
message = e.message;
Expand Down

0 comments on commit eaa6084

Please sign in to comment.