Skip to content

Commit 9bd10a0

Browse files
committed
add experimental binary and improve a couple comments
1 parent 2b9d9fb commit 9bd10a0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
7.38 KB
Binary file not shown.

examples/stable/demo/hello_world/test/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ const helloWorldCanister = createActor(getCanisterId(canisterName), {
1212
}
1313
});
1414

15-
// TODO get rid of this cast to any once the dfx generate command uses @icp-sdk/core instead of the old @dfinity packages
15+
// TODO get rid of this cast to any once the dfx generate command imports from @icp-sdk/core instead of the old @dfinity packages
1616
runTests(getTests(helloWorldCanister as any));

examples/stable/demo/llm/test/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ const actor = createActor(getCanisterId(canisterName), {
1212
}
1313
});
1414

15-
// TODO get rid of this cast to any once the dfx generate command uses @icp-sdk/core instead of the old @dfinity packages
15+
// TODO get rid of this cast to any once the dfx generate command imports from @icp-sdk/core instead of the old @dfinity packages
1616
runTests(getTests(actor as any));

0 commit comments

Comments
 (0)