Skip to content

Commit fdd3372

Browse files
asimellfailattu
authored andcommitted
Include the name of the robot file
1 parent 4311116 commit fdd3372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercisefiles/robotframework/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The unit tests for the `MetarReader` library are already implemented in
4343

4444
### 3. Implement Robot Framework tests based on functional requirements
4545

46-
The Robot Framework must test the following test cases:
46+
The Robot Framework test suite `metar_test.robot` must test the following cases:
4747

4848
- **METAR File Contains Data**
4949
- Initially, the number of sites should be `0`.
@@ -64,5 +64,5 @@ The Robot Framework must test the following test cases:
6464
- **Get Remarks**
6565
- Expect an error when checking if the site `KEHY` has a precipitation sensor.
6666
- Expect an error when checking if the site `KFDW` has a precipitation sensor.
67-
- After adding data from `metar_data.txt`, the site `KEHY` should have a precipitation sensor.
67+
- After adding data from `metar_data.txt`, the site `KEHY` should have a precipitation sensor.
6868
- Expect an error when checking if the site `KFDW` has a precipitation sensor.

0 commit comments

Comments
 (0)