Skip to content

Commit 45d6d20

Browse files
committed
Merge #24 into dev
1 parent 5ab55ee commit 45d6d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli/test_select/select/test_output_formatting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ def test_select_output_formatting(mock_get_accounting_util, test_db): # Removed
3535
assert "user1" in captured_output
3636
assert "Query Results" in captured_output # Table title
3737
# Check for Rich table specific characters if needed, e.g., "┏", "┃", "┗"
38-
assert "" in captured_output # A character indicating Rich table rendering
38+
assert "" in captured_output # A character indicating Rich table rendering

0 commit comments

Comments
 (0)