We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49dfc83 commit 618da8dCopy full SHA for 618da8d
1 file changed
__tests__/dml.spec.ts
@@ -75,7 +75,7 @@ describe('DML', () => {
75
}
76
});
77
78
- it('list type', async () => {
+ it('binary type', async () => {
79
const [tableName, drop] = await getTable(db);
80
81
try {
0 commit comments