Skip to content

Commit 609bde0

Browse files
remove done todos
1 parent 11a25e8 commit 609bde0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/src/databases/all/compound-atomic.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,6 @@ describe.each(runtimes.runtimeList)(
321321
-> { select: b is pick rec.bc.b when true else 'b' }
322322
`).malloyResultMatches(runtime, {b: 'b'});
323323
});
324-
test.todo('record field with quote in name');
325-
test.todo('record field with double quote in name');
326324
test.todo('array or record where first entries are null');
327325
});
328326
describe('repeated record', () => {

0 commit comments

Comments
 (0)