diff --git a/examples/func_types/test/tests.ts b/examples/func_types/test/tests.ts index 3b9aaeed9f..4925f54215 100644 --- a/examples/func_types/test/tests.ts +++ b/examples/func_types/test/tests.ts @@ -126,7 +126,6 @@ export function getTests(funcTypesCanister: ActorSubclass<_SERVICE>): Test[] { { name: 'getNotifierFromNotifiersCanister', test: async () => { - // TODO agent-js seems to be creating incorrect types here: https://github.com/dfinity/agent-js/issues/583 const result = await funcTypesCanister.getNotifierFromNotifiersCanister();