Skip to content

Commit

Permalink
fix failing test, add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Whytecrowe committed Nov 6, 2023
1 parent 066ada1 commit 8dadfbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/deploy/campaign/deploy-campaign.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export class DeployCampaign {
config : IDeployCampaignConfig;
version : string;

// TODO dep: figure out typing here so that methods of each contract type are resolved in Mission classes!
// eslint-disable-next-line @typescript-eslint/no-explicit-any
[name : string | symbol] : any;

Expand Down
2 changes: 1 addition & 1 deletion test/ZNSSubRegistrar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ describe("ZNSSubRegistrar", () => {
distrConfigEmpty,
)
).to.be.revertedWith(
"ERC20: transfer amount exceeds allowance"
"ERC20: insufficient allowance"
);
});

Expand Down

0 comments on commit 8dadfbd

Please sign in to comment.