Skip to content

Commit

Permalink
Small test name improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Jan 21, 2021
1 parent 084006a commit 4b6cfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CRUD.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe("StormDB", function() {
assert.equal(value, "data");
});

it("should successfully set nested values", function() {
it("should successfully set nested values with multiple property accessors", function() {
const engine = new StormDB.localFileEngine(exampleDBPath);
const db = new StormDB(engine);

Expand Down

0 comments on commit 4b6cfc4

Please sign in to comment.