Skip to content

Commit ce09e31

Browse files
committed
Fix incorrect expected counts in CompositeDatasource tests
1 parent fb7017e commit ce09e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/datasources/CompositeDatasource-test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@ describe('CompositeDatasource', function () {
136136
itShouldExecute(getDatasource,
137137
'a query for the default graph',
138138
{ graph: '', limit: 10, features: { quadPattern: true, limit: true } },
139-
10, 266);
139+
10, 271);
140140

141141
itShouldExecute(getDatasource,
142142
'a query for the default graph without a limit',
143143
{ graph: '', features: { quadPattern: true, limit: true } },
144-
266, 266);
144+
271, 271);
145145

146146
itShouldExecute(getDatasource,
147147
'a query for graph0',

0 commit comments

Comments
 (0)