We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab55ee commit 45d6d20Copy full SHA for 45d6d20
tests/cli/test_select/select/test_output_formatting.py
@@ -35,4 +35,4 @@ def test_select_output_formatting(mock_get_accounting_util, test_db): # Removed
35
assert "user1" in captured_output
36
assert "Query Results" in captured_output # Table title
37
# Check for Rich table specific characters if needed, e.g., "┏", "┃", "┗"
38
- assert "┏" in captured_output # A character indicating Rich table rendering
+ assert "┌" in captured_output # A character indicating Rich table rendering
0 commit comments