From b691a0cd1ad7f58be99aff9d0bdca9a4f8fa0b9c Mon Sep 17 00:00:00 2001 From: 15919598296 <15919598296@163.com> Date: Wed, 25 May 2022 21:20:29 +0800 Subject: [PATCH] =?UTF-8?q?interger=E6=94=B9=E4=B8=BAinteger=20Signed-off-?= =?UTF-8?q?by:=2015919598296=20<15919598296@163.com>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/readme/test.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/readme/test.md b/en/readme/test.md index 51f90fe867..dc91ea6dee 100644 --- a/en/readme/test.md +++ b/en/readme/test.md @@ -704,7 +704,7 @@ When the build is complete, the test cases are automatically saved in **out/hisp Run the following command to execute test cases: ``` - run -t UT -ts CalculatorSubTest -tc interger_sub_00l + run -t UT -ts CalculatorSubTest -tc integer_sub_00l ``` In the command: ``` @@ -744,7 +744,7 @@ To enable test cases to be executed on a remote Linux server or a Linux VM, map The test framework locates the test cases based on the command, and automatically builds and executes the test cases. ``` - run -t UT -ts CalculatorSubTest -tc interger_sub_00l + run -t UT -ts CalculatorSubTest -tc integer_sub_00l ``` In the command: ``` -- GitLab