Skip to content

Commit

Permalink
fix: error code
Browse files Browse the repository at this point in the history
  • Loading branch information
gjj committed Aug 24, 2020
1 parent fe7af27 commit 78fb8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/verify.v3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ describe("verify", () => {
issued: false,
address: "0x532C9Ff853CA54370D7492cD84040F9f8099f11B",
reason: {
code: 3,
code: 6,
codeString: "INVALID_ARGUMENT",
message: "Error with smart contract 0x532C9Ff853CA54370D7492cD84040F9f8099f11B: incorrect data length"
}
Expand All @@ -149,7 +149,7 @@ describe("verify", () => {
issuedOnAll: false
},
reason: {
code: 3,
code: 6,
codeString: "INVALID_ARGUMENT",
message: "Error with smart contract 0x532C9Ff853CA54370D7492cD84040F9f8099f11B: incorrect data length"
},
Expand Down

0 comments on commit 78fb8cc

Please sign in to comment.