Skip to content

Commit

Permalink
Default export
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioceron committed Jun 2, 2023
1 parent 23b9f08 commit 67cf932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('Tests', () => {
it('should send a transaction', async () => {
const contract = new ethers.Contract(contractAddress, PKD.abi, signer);
const stored = await contract.publicKeys('0x173CF75f0905338597fcd38F5cE13E6840b230e9');
expect(stored).to.be.equals("");
expect(stored).to.not.null;
return false;
});
}
Expand Down

0 comments on commit 67cf932

Please sign in to comment.