Skip to content

Commit cc052b6

Browse files
committed
Revert "but why"
This reverts commit 67cbac6.
1 parent 67cbac6 commit cc052b6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/results/tests.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3614,7 +3614,7 @@ export const valueTypeSpecializationTests: Test[] = [
36143614
typeDefs: [
36153615
{
36163616
type: 'Constant',
3617-
value: { type: 'String', value: ':MyType' },
3617+
value: { type: 'String', value: ':_query::MyType' },
36183618
},
36193619
{
36203620
type: 'SHA1',
@@ -3623,7 +3623,11 @@ export const valueTypeSpecializationTests: Test[] = [
36233623
type: 'Int64',
36243624
},
36253625
],
3626-
value: [':MyType', '0d7d4a744fd92effd1ed88e48ac8231e7f7e9e6c', 1n],
3626+
value: [
3627+
':_query::MyType',
3628+
'0d7d4a744fd92effd1ed88e48ac8231e7f7e9e6c',
3629+
1n,
3630+
],
36273631
},
36283632
},
36293633
],

0 commit comments

Comments
 (0)