From 3f8864915b66b22c6c477b0eb6a2f36ece56cd6f Mon Sep 17 00:00:00 2001 From: Salikh Osmanov Date: Sun, 27 Jul 2025 18:33:53 +0300 Subject: [PATCH] Update writing-test-examples.mdx Correct typos --- .../smart-contracts/testing/writing-test-examples.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v3/guidelines/smart-contracts/testing/writing-test-examples.mdx b/docs/v3/guidelines/smart-contracts/testing/writing-test-examples.mdx index b19b3fe32a4..89d84906ec3 100644 --- a/docs/v3/guidelines/smart-contracts/testing/writing-test-examples.mdx +++ b/docs/v3/guidelines/smart-contracts/testing/writing-test-examples.mdx @@ -193,8 +193,8 @@ The complete list of account status-related fields includes: />

-The transaction[ID:3] occurs in Fireworks Launcher-1, is invoked with `op::launch_first`, -and executes four outbound messages to the launcher. +The transaction[ID:3] occurs in Fireworks Launcher-2, is invoked with `op::launch_second`, +and executes one outbound message to the launcher. ```typescript it("should exist a transaction[ID:3] which launches second fireworks successfully", async () => {