Skip to content

Commit

Permalink
fix: masterchain test descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov committed Dec 18, 2024
1 parent 7101d3f commit 9ff9bf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/e2e-emulated/masterchain.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe("masterchain", () => {
// Deployment and simple message receiving
//

it("should deploy to the workchain", async () => {
it("should deploy to workchain", async () => {
const contract = blockchain.openContract(
await MasterchainTester.fromInit(),
);
Expand All @@ -36,7 +36,7 @@ describe("masterchain", () => {
});
});

it("should not deploy to the workchain from masterchain", async () => {
it("should not deploy to workchain from masterchain", async () => {
const treasure = await blockchain.treasury("treasure", {
workchain: -1,
});
Expand All @@ -59,7 +59,7 @@ describe("masterchain", () => {
});
});

it("should deploy to the workchain from masterchain when masterchain enabled", async () => {
it("should deploy to masterchain from masterchain", async () => {
const treasure = await blockchain.treasury("treasure", {
workchain: -1,
});
Expand Down

0 comments on commit 9ff9bf4

Please sign in to comment.