From 1da9a46b54e4ab9280b2bbc63d403a8abb5e2214 Mon Sep 17 00:00:00 2001 From: arkw Date: Thu, 14 Nov 2024 12:39:34 +0900 Subject: [PATCH] fix test for using file in dirrectory --- packages/duckdb-wasm/test/opfs.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/duckdb-wasm/test/opfs.test.ts b/packages/duckdb-wasm/test/opfs.test.ts index 7e2523747..47b9e2497 100644 --- a/packages/duckdb-wasm/test/opfs.test.ts +++ b/packages/duckdb-wasm/test/opfs.test.ts @@ -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 () => {