Skip to content

Commit

Permalink
Tox fixes for v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashb committed Mar 16, 2024
1 parent aac52d6 commit f83a969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protean/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]:
Expand Down

0 comments on commit f83a969

Please sign in to comment.