Skip to content

Commit

Permalink
Fix version number in deprecation warning.
Browse files Browse the repository at this point in the history
Fixes #4587.
  • Loading branch information
pekkaklarck committed Jan 6, 2023
1 parent 2ddbe8d commit 3d89e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robot/running/namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def _get_runner_from_suite_file(self, name):
f"Keyword '{caller.longname}' called keyword '{name}' that exists "
f"both in the same resource file as the caller and in the suite "
f"file using that resource. The keyword in the suite file is used "
f"now, but this will change in Robot Framework 6.0."
f"now, but this will change in Robot Framework 7.0."
)
runner.pre_run_messages += Message(message, level='WARN'),
return runner
Expand Down

0 comments on commit 3d89e7e

Please sign in to comment.