Skip to content

Commit 974b32f

Browse files
Apply prepare changes
1 parent 2156409 commit 974b32f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/integration/stores/data_style/mesh/edges.nuxt.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const geode_object = "EdgedCurve2D"
1919
const object_type = "mesh"
2020

2121
beforeEach(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,

utils/local.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)