Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Nov 21, 2023
1 parent 3b16483 commit 3e26c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils-evm/test/oapp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { isMisconfigured } from "../src/configurable"

describe("oapp", () => {
describe("createSetPeerConfigurable", () => {
it("should return Configured if the current and desired values match", async () => {
it("should check peers and return Misconfigured if they don't match", async () => {
const oapp = {
peers: sinon.stub().resolves("peer-not-set"),
setPeer: sinon.stub().resolves("okay"),
Expand Down

0 comments on commit 3e26c7c

Please sign in to comment.