Skip to content

Commit

Permalink
Merge branch 'kai/SDK-1717-raw-call' of github.com:dfinity/agent-js i…
Browse files Browse the repository at this point in the history
…nto kai/SDK-1717-raw-call
  • Loading branch information
krpeacock committed Jun 24, 2024
2 parents 28e9a4e + bee999e commit 46df80a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/agent/src/actor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ describe('makeActor', () => {
});

const reply = await actor.greet('test');
reply;
const replyUpdate = await actor.greet_update('test');
const replyWithHttpDetails = await actorWithHttpDetails.greet('test');
const replyUpdateWithHttpDetails = await actorWithHttpDetails.greet_update('test');
Expand Down

0 comments on commit 46df80a

Please sign in to comment.