We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d088c commit 44feffaCopy full SHA for 44feffa
src/results/tests.ts
@@ -576,20 +576,6 @@ export const standardTypeTests: Test[] = [
576
],
577
displayValues: ['123456789101112313/9123456789101112313'],
578
},
579
- {
580
- name: 'AutoNumber',
581
- query: `
582
- def num = auto_number["a"]
583
- def output(x) = num(_, x)
584
- `,
585
- typeDefs: [
586
587
- type: 'AutoNumber',
588
- },
589
- ],
590
- values: [1n],
591
- displayValues: ['1'],
592
593
{
594
name: 'UUID',
595
query: `
0 commit comments