Skip to content

Commit 5059623

Browse files
authored
Merge branch 'main' into feat/show-command
2 parents 878bead + 9261480 commit 5059623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def test_version_show_command():
7474
# Tests for `show` subcommand
7575
# ----------------------------
7676

77-
7877
def test_show_ls():
7978
"""Test the show command with ls."""
8079
result = run_cli(["show", "ls"])
@@ -111,3 +110,4 @@ def test_show_invalid():
111110
test_show_grep()
112111
test_show_invalid()
113112
print("✅ All tests passed!")
113+

0 commit comments

Comments
 (0)