From 4b6cfc4d124192bb360a11297dda3d16b793063f Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 21 Jan 2021 14:14:48 +0000 Subject: [PATCH] Small test name improvement --- tests/CRUD.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CRUD.js b/tests/CRUD.js index 6db6377..9e54c63 100644 --- a/tests/CRUD.js +++ b/tests/CRUD.js @@ -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);