Skip to content

Commit

Permalink
add warning message test
Browse files Browse the repository at this point in the history
Signed-off-by: ISP akm <[email protected]>
  • Loading branch information
xygyo77 committed Oct 9, 2024
1 parent 858cbd8 commit 195c794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/infra/lttng/test_latency_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2039,6 +2039,7 @@ def test_converter(
def test_converter_compare(
self,
create_lttng,
caplog
):
data = Ros2DataModel()
# pid, tid = 4, 5
Expand All @@ -2064,3 +2065,4 @@ def test_converter_compare(

assert (s100 == d100)
assert (s300 == d300)
assert 'Out-of-range time is used to convert sim_time' in caplog.messages[0]

0 comments on commit 195c794

Please sign in to comment.