Skip to content

Commit 4ceec7d

Browse files
Fixing errors
1 parent d29416c commit 4ceec7d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.test_last_runs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{
2-
"subject/episodes/datasets/investigation/endoscopy/polypcategories/test_setup": "2025-07-09"
3-
}
1+
{
2+
"subject/episodes/datasets/investigation/endoscopy/polypcategories/test_setup": "2025-07-09"
3+
}

docs/utility-guides/LastTestRun.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This utility manages a JSON file (`.test_last_runs.json`) that records the last
2929
You might want to use this utility in scenarios such as:
3030

3131
- Avoiding repeated execution of slow or stateful tests within the same day.
32-
- Ensuring setup or teardown routines only run once per day.
32+
- Ensuring setup or tear down routines only run once per day.
3333
- Tracking test execution dates for reporting or debugging.
3434

3535
---
@@ -55,7 +55,7 @@ See the docstrings in the code for details on each function.
5555
- **save_last_run_data(data: Dict[str, Any]) -> None**
5656
Saves the provided dictionary to the JSON file.
5757

58-
- **has_test_run_today(test_name: str) -> bool**
58+
- **has_test_run_today(test_name: str) -> boolean**
5959
Checks if the given test has already run today. If not, updates the record to mark it as run today.
6060

6161
---

0 commit comments

Comments
 (0)