Skip to content

Commit 39db2bd

Browse files
committed
🎨 Renamed function as per CoPilot suggestion
1 parent 3e23f67 commit 39db2bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_help(self):
9090

9191

9292
class TestTrainCLI:
93-
def test_train_help(self):
93+
def test_help(self):
9494
# found_match = runner.invoke(app, ["train", "--help"])
9595
runner = ZebraCliRunner(app)
9696
runner.check_output(

0 commit comments

Comments
 (0)