Skip to content

Commit 4d86060

Browse files
Update tests/conftest.py
PR review Co-authored-by: Alex Kaszynski <[email protected]>
1 parent 54033b9 commit 4d86060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def engineering_data_sources():
156156
ds.add_file_path(resolve_test_file("ds.dat","engineeringData"),"dat")
157157
return ds
158158

159-
local_server=core.start_local_server(as_global = False)
159+
local_server = core.start_local_server(as_global=False)
160160

161161
@pytest.fixture(scope="session", autouse=True)
162162
def cleanup(request):

0 commit comments

Comments
 (0)