Skip to content

Commit

Permalink
Fall back to var
Browse files Browse the repository at this point in the history
  • Loading branch information
mbad0la committed Nov 25, 2017
1 parent ccbcf85 commit c176adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/remove.js
Expand Up @@ -296,7 +296,7 @@ test('remove(id, changeFunction) updates before removing', function (t) {
test('remove(id, changeFunction) fails modification validation', function (t) {
t.plan(3)

let validationCallCount = 0
var validationCallCount = 0

var name = uniqueName()
var store = new Store(name, {
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/update.js
Expand Up @@ -529,7 +529,7 @@ test('store.update(array)', function (t) {
test('store.update([objects], change) fails to update as one doc fails validation', function (t) {
t.plan(12)

let validationCallCount = 0
var validationCallCount = 0

var name = uniqueName()
var store = new Store(name, {
Expand Down

0 comments on commit c176adf

Please sign in to comment.