Skip to content

Commit ecd2f55

Browse files
committed
test: fix expectation
1 parent 4b81224 commit ecd2f55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/shape-to-query/test/index.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,16 +380,16 @@ describe('@hydrofoil/shape-to-query', () => {
380380
WHERE {
381381
{
382382
SELECT ?q1 ?q2 WHERE {
383-
VALUES ?q1 {
384-
<https://new.wikibus.org/page/brands>
383+
VALUES (?q1) {
384+
(<https://new.wikibus.org/page/brands>)
385385
}
386386
?q1 schema:mainEntity ?q2.
387387
}
388388
}
389389
UNION
390390
{
391391
SELECT ?q3 ?q4 WHERE {
392-
VALUES ?q1 {
392+
VALUES (?q1) {
393393
(<https://new.wikibus.org/page/brands>)
394394
}
395395
?q1 schema:mainEntity ?q2.

0 commit comments

Comments
 (0)