Skip to content

Commit

Permalink
last of the easy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Jul 1, 2024
1 parent e9fa16e commit f8f0c58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/rejections/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 { getCanisterId } from '../../../dfx';
import { createActor } from './dfx_generated/rejections';
import { getTests } from './tests';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "stable_b_tree_map_instruction_threshold_end_to_end_test_canister_syntax",
"name": "stable_b_tree_map_instruction_threshold_end_to_end_test_functional_syntax",
"scripts": {
"pretest": "ts-node --transpile-only --ignore=false test/pretest.ts",
"test": "jest"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getCanisterId } from 'azle/dfx';
import { runTests } from 'azle/test';
import { getTests } from 'rejections_end_to_end_test_functional_syntax/test/tests';

import { getCanisterId } from '../../../dfx';
import { createActor } from './dfx_generated/rejections';

const rejectionsCanister = createActor(getCanisterId('rejections'), {
Expand Down

0 comments on commit f8f0c58

Please sign in to comment.