Skip to content

Commit

Permalink
commit forgotten
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed Sep 18, 2023
1 parent 8f5ab5d commit 6397a30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/testcases/parallel/tokenfactory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,14 +244,14 @@ describe('Neutron / Tokenfactory', () => {
}>(contractAddress, {
sudo_result_block_before: {},
});
console.log(queryBlock);

let queryTrack = await neutronChain.queryContract<{
track: { received: boolean };
}>(contractAddress, {
sudo_result_track_before: {},
});
console.log(queryTrack);

expect(queryTrack.track.received).toEqual(false);
expect(queryBlock.block.received).toEqual(false);

await msgSetBeforeSendHook(
neutronAccount,
Expand Down

0 comments on commit 6397a30

Please sign in to comment.