Skip to content

Commit

Permalink
test: rename test for clarity on decoding polo encoded exception
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvalabs-harshrastogi committed Oct 28, 2024
1 parent 278d7d5 commit 7563ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/js-moi-manifest/__tests__/abi.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe("Test ManifestCoder", () => {
});
});

test("Decoding polo exception", () => {
test("Decode polo encoded exception", () => {
const error =
"0x0e6f0666d104de04737472696e67696e73756666696369656e742062616c616e636520666f722073656e6465723f06e60172756e74696d652e726f6f742829726f7574696e652e5472616e736665722829205b3078635d202e2e2e205b307831623a205448524f57203078355d";
const exception = ManifestCoder.decodeException(error);
Expand All @@ -93,7 +93,7 @@ describe("Test ManifestCoder", () => {
});
});

test("Decode event log", () => {
test("Decode polo encoded event log", () => {
const testTable = [
{
event: "builtin.Log",
Expand Down

0 comments on commit 7563ff3

Please sign in to comment.