Skip to content

Commit

Permalink
fix: test had find/replace pasta
Browse files Browse the repository at this point in the history
similar to "copypasta" but nowhere near as catchy
  • Loading branch information
chadoh committed May 14, 2024
1 parent 675f72a commit 31daff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/spec/contract_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before(() => {

it("throws if no entries", () => {
expect(() => new ContractClient.Spec([])).to.throw(
/ContractClient spec must have at least one entry/i
/Contract spec must have at least one entry/i
);
});

Expand Down

0 comments on commit 31daff8

Please sign in to comment.