diff --git a/en/readme/test.md b/en/readme/test.md index e97340d29299bd263af433f988c95fc97ef83627..0caab9c64039bacf6a40e8a319fbbf36c3eda0d8 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: ```