Skip to content

Commit

Permalink
remove duplicate 'Tester' in message
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgroene committed Oct 16, 2024
1 parent 6ef2d9b commit 5b2551a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selftest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def maan():
def basic_config(**options):
# raise Exception
CR = '\n'
assert None not in testers, f"Root Tester {testers[None]}{CR} already created."
assert None not in testers, f"Root {testers[None]}{CR} already created."
testers[None] = assemble_root_runner(**options)


Expand Down

0 comments on commit 5b2551a

Please sign in to comment.