Skip to content

Commit 4621e99

Browse files
release
1 parent 609e03d commit 4621e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ge_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def _build_geo_engine(self) -> None:
130130
cwd=self._code_path,
131131
)
132132

133-
self._server_binary_path = self._code_path / 'target/debug/geoengine-server'
133+
self._server_binary_path = self._code_path / 'target' / self._build_type.value / 'geoengine-server'
134134
self._cli_binary_path = self._code_path / 'target' / self._build_type.value / 'geoengine-cli'
135135

136136
if not self._server_binary_path.exists():

0 commit comments

Comments
 (0)