Skip to content

Commit bf7827c

Browse files
author
Theo van der Donk
committed
Fixed lint
1 parent 9d266f4 commit bf7827c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.toPath.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('JSONPath - toPath*', function () {
5151
// We test here a bug where toPathArray did not return a clone of the cached
5252
// array. As a result, the evaluate call corrupted the cached value instead
5353
// of its local copy.
54-
54+
5555
// Make the path unique by including the test name 'cacheissue' in the path
5656
// because we do not want it to be in the cache already.
5757
const expected = ['$', 'store', 'bicycle', 'cacheissue'];

0 commit comments

Comments
 (0)