Skip to content

Commit d700872

Browse files
committed
Fix failing HDT count test
1 parent a33587d commit d700872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/datasources/CompositeDatasource-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe('CompositeDatasource', function () {
9191
itShouldExecute(getDatasource,
9292
'a query for an existing predicate',
9393
{ predicate: 'http://example.org/p1', limit: 10, features: { triplePattern: true, limit: true } },
94-
10, 112);
94+
10, 111);
9595

9696
itShouldExecute(getDatasource,
9797
'a query for a non-existing predicate',

0 commit comments

Comments
 (0)