Skip to content

Commit

Permalink
all fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Nov 30, 2024
1 parent cce0cbc commit 4519a70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_pabot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,8 @@ def test_merge_one_run_with_and_without_legacyoutput(self):
content = f.read()
if ROBOT_VERSION >= "6.0":
self.assertIn('schemaversion="4"', content)
elif ROBOT_VERSION >= "5.0":
self.assertIn('schemaversion="3"', content)
elif ROBOT_VERSION >= "4.0":
self.assertIn('schemaversion="2"', content)
if ROBOT_VERSION >= "7.0":
Expand Down

0 comments on commit 4519a70

Please sign in to comment.