Skip to content

Commit

Permalink
fix lint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
harryadel committed Nov 4, 2024
1 parent bc47e08 commit f60a25a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/upsert.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Tinytest.addAsync('upsert - hooks should all fire the appropriate number of time
after: {
insert: 0,
update: 0,
remove: 0,
remove: 0
}
}

Expand Down Expand Up @@ -77,7 +77,7 @@ if (Meteor.isServer) {
after: {
insert: 0,
update: 0,
remove: 0,
remove: 0
}
}

Expand Down

0 comments on commit f60a25a

Please sign in to comment.