Skip to content

Commit

Permalink
fix problem with sqlite imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 30, 2024
1 parent 77fd3de commit f0591b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end_to_end/http_server/sqlite_drizzle/test/test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getCanisterId } from 'azle/dfx';
import { runTests } from 'azle/test';
import { getTests } from 'sqlite_drizzle/test/tests';
import { getTests } from 'sqlite_example/test/tests';

const canisterName = 'sqlite_drizzle';
const canisterId = getCanisterId(canisterName);
Expand Down

0 comments on commit f0591b3

Please sign in to comment.