Skip to content

Commit

Permalink
Fix error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Oct 30, 2024
1 parent 1613d0b commit ee6dd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smartcontracts/codeMetadata.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe("CodeMetadata Class Tests", function () {
CodeMetadata.fromBuffer(buffer);
},
Error,
"Buffer is too short.",
"code metadata buffer has length 1, expected 2",
);
});

Expand Down

0 comments on commit ee6dd3a

Please sign in to comment.