Skip to content

Commit 5086487

Browse files
committed
Fix indent
1 parent f9efcd3 commit 5086487

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/functional/test_telemetry.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ def test_ensure_database_setup(self, session_conn):
109109

110110
def test_timeout_does_not_raise_exception(self, session_conn):
111111
test_query = """
112-
SELECT name
113-
FROM sqlite_master
114-
WHERE type='table'
115-
AND name='session';
112+
SELECT name
113+
FROM sqlite_master
114+
WHERE type='table'
115+
AND name='session';
116116
"""
117117

118118
class FakeConnection(sqlite3.Connection):

0 commit comments

Comments
 (0)