Skip to content

Commit

Permalink
fix test for using file in dirrectory
Browse files Browse the repository at this point in the history
  • Loading branch information
e1arikawa committed Nov 14, 2024
1 parent dedc2aa commit 1da9a46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/duckdb-wasm/test/opfs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ export function testOPFS(baseDir: string, bundle: () => duckdb.DuckDBBundle): vo
}
const table1 = await new arrow.Table<{ cnt: arrow.Int }>(batches1);
expect(table1.getChildAt(0)?.get(0)).toBeGreaterThan(60_000);
await db.dropFile('test.parquet');
await opfsRoot.removeEntry("datadir");
});

it('Load Parquet file that are already', async () => {
Expand Down

0 comments on commit 1da9a46

Please sign in to comment.