Skip to content

Commit 67cbac6

Browse files
committed
but why
1 parent 5b9a93c commit 67cbac6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/results/tests.ts

Lines changed: 2 additions & 6 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: ':_query::MyType' },
3617+
value: { type: 'String', value: ':MyType' },
36183618
},
36193619
{
36203620
type: 'SHA1',
@@ -3623,11 +3623,7 @@ export const valueTypeSpecializationTests: Test[] = [
36233623
type: 'Int64',
36243624
},
36253625
],
3626-
value: [
3627-
':_query::MyType',
3628-
'0d7d4a744fd92effd1ed88e48ac8231e7f7e9e6c',
3629-
1n,
3630-
],
3626+
value: [':MyType', '0d7d4a744fd92effd1ed88e48ac8231e7f7e9e6c', 1n],
36313627
},
36323628
},
36333629
],

0 commit comments

Comments
 (0)