Skip to content

Commit

Permalink
testing broken test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fenrir-san committed Dec 26, 2023
1 parent 6755b15 commit 4701e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/test_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,8 +777,8 @@ def test_connections_file_get_default_connection_url(tmp_empty, content, expecte
"ell",
),
(
"select 'hello'[:-3]",
"he",
"select 'hello'[:-2]",
"hell",
),
],
)
Expand Down

0 comments on commit 4701e6e

Please sign in to comment.