Skip to content

Commit

Permalink
doc: Fix wrong fix (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc authored Apr 3, 2024
1 parent 8442a96 commit 22d17c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions anta/tests/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,12 @@ def test(self) -> None:


class VerifyLoggingTimestamp(AntaTest):
"""Verifies if logs are generated with the rate timestamp.
"""Verifies if logs are generated with the appropriate timestamp.
Expected Results
----------------
* Success: The test will pass if logs are generated with the riated timestamp.
* Failure: The test will fail if logs are NOT generated with the riated timestamp.
* Success: The test will pass if logs are generated with the appropriate timestamp.
* Failure: The test will fail if logs are NOT generated with the appropriate timestamp.
Examples
--------
Expand Down

0 comments on commit 22d17c5

Please sign in to comment.