Skip to content

Commit

Permalink
refactor test_magic
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhVIyer committed Jun 23, 2023
1 parent b11eb32 commit 6cabac2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/test_magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1061,8 +1061,6 @@ def test_autolimit(ip):

def test_error_on_invalid_connection_string(ip_empty, clean_conns):
result = ip_empty.run_cell("%sql some invalid connection string")
print("hi")
print(str(result.error_in_exec))
assert invalid_connection_string.strip() == str(result.error_in_exec)
assert isinstance(result.error_in_exec, UsageError)

Expand Down

0 comments on commit 6cabac2

Please sign in to comment.