diff --git a/src/protean/cli.py b/src/protean/cli.py index b235197b..9152ee3c 100644 --- a/src/protean/cli.py +++ b/src/protean/cli.py @@ -198,7 +198,7 @@ def test(category): if category: if category == "BASIC": - print(f"Running core tests...") + print("Running core tests...") subprocess.call(commands) if category == "EVENTSTORE": for store in ["MEMORY", "MESSAGE_DB"]: