Skip to content

Commit fd48ea7

Browse files
committed
test: remove outdated TODO comment in createTable spec (salsita#1466)
1 parent 4d5f677 commit fd48ea7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/operations/tables/createTable.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ describe('operations', () => {
1212
expect(createTableFn).toBeTypeOf('function');
1313
});
1414

15-
// TODO @Shinigami92 2024-03-12: This should throw an error when columns are empty
1615
it('should return sql statement', () => {
1716
const statement = createTableFn('films', {});
1817

0 commit comments

Comments
 (0)