Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elenadimitrova committed Jul 16, 2020
1 parent 165c70c commit f00ca2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ describe("Wallet Factory", function () {
const tx = await factory.from(infrastructure).createWallet(owner.address, modules, NO_ENS, guardian.address);
const txReceipt = await factory.verboseWaitForTransaction(tx);
const walletAddr = txReceipt.events.filter((event) => event.event === "WalletCreated")[0].args.wallet;
assert.notEqual(walletAddr, ZERO_ADDRESS, "wallet shoudl be created");
assert.notEqual(walletAddr, ZERO_ADDRESS, "wallet should be created");
});

it("should fail to create when the guardian is empty", async () => {
Expand Down

0 comments on commit f00ca2a

Please sign in to comment.