Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jun 11, 2021
1 parent c487d2f commit 00cb6c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seneca-store-test",
"version": "4.0.1",
"version": "4.0.2",
"description": "Standard test cases for seneca stores",
"main": "store-test.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion store-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ function upserttest(settings) {
const { describe, beforeEach, afterEach } = script
const it = make_it(script)

describe('Upserts:', () => {
describe('Upserts', () => {
beforeEach(
() =>
new Promise((resolve, _reject) => {
Expand Down

0 comments on commit 00cb6c6

Please sign in to comment.