Skip to content

Commit

Permalink
fix test name for vote delegation
Browse files Browse the repository at this point in the history
  • Loading branch information
twwu123 committed Sep 12, 2024
1 parent 5275cca commit 6fce518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mesh-transaction/test/mesh-tx-builder/tx.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ describe("MeshTxBuilder transactions", () => {
console.log(txHex);
});

it("Build tx to withdraw from script stake should succeed", () => {
it("Build tx to delegate vote should succeed", () => {
let mesh = new MeshTxBuilder();

let txHex = mesh
Expand Down

0 comments on commit 6fce518

Please sign in to comment.