diff --git a/test/unit/spec/contract_spec.ts b/test/unit/spec/contract_spec.ts index c81b6cf6e..2df4ab0b2 100644 --- a/test/unit/spec/contract_spec.ts +++ b/test/unit/spec/contract_spec.ts @@ -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 ); });