File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/integration/stores/data_style/mesh Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const geode_object = "EdgedCurve2D"
1919const object_type = "mesh"
2020
2121beforeEach ( async ( ) => {
22- ; ( { id, back_port, viewer_port } = await setupIntegrationTests (
22+ ; ( { id, back_port, viewer_port } = await setupIntegrationTests (
2323 file_name ,
2424 geode_object ,
2525 object_type ,
Original file line number Diff line number Diff line change @@ -165,9 +165,9 @@ function kill_back(back_port) {
165165 return new Promise ( ( resolve , reject ) => {
166166 fetch (
167167 "http://localhost:" +
168- back_port +
169- "/" +
170- back_schemas . opengeodeweb_back . kill . $id ,
168+ back_port +
169+ "/" +
170+ back_schemas . opengeodeweb_back . kill . $id ,
171171 {
172172 method : back_schemas . opengeodeweb_back . kill . methods [ 0 ] ,
173173 } ,
You can’t perform that action at this time.
0 commit comments