Skip to content

Commit

Permalink
all fixed (now) really?
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Nov 30, 2024
1 parent 1a27f56 commit 8c0cafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pabot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ def test_merge_one_run_with_and_without_legacyoutput(self):
self.assertTrue(output, "merge_one_run returned empty string") # Verify we got output path
with open(output, 'r') as f:
content = f.read()
if ROBOT_VERSION >= "7.0":
if ROBOT_VERSION >= "6.1":
self.assertIn('schemaversion="4"', content)
elif ROBOT_VERSION >= "5.0":
self.assertIn('schemaversion="3"', content)
Expand Down

0 comments on commit 8c0cafd

Please sign in to comment.