Skip to content

Commit 894052c

Browse files
committed
..
1 parent d61b81b commit 894052c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyvo/dal/tests/test_tap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ def test_search_parameters_passed_through(self):
11851185
from unittest.mock import patch
11861186
with patch.object(service, 'run_async') as mock_async:
11871187
mock_async.return_value = "async_result"
1188-
result = service.search(
1188+
service.search(
11891189
"SELECT * FROM ivoa.obscore",
11901190
language="SQL",
11911191
maxrec=100,

0 commit comments

Comments
 (0)