Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit da60393

Browse files
will pankiewiczwill pankiewicz
authored andcommitted
fix location tests
1 parent 4329e36 commit da60393

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/common/test/db/queries/Location.unit.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ describe("Location queries", () => {
196196
core_count: 4,
197197
is_virtual_machine: false,
198198
},
199+
"1k2j08",
199200
true,
200201
8080,
201202
);

packages/common/test/testUtils/location.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const kusamaLocations = [
1919
memory: "33683795968",
2020
coreCount: "8",
2121
vm: false,
22+
networkId: "1d2302",
2223
},
2324
{
2425
name: "🎠 Forbole GP01 🇭🇰",
@@ -37,6 +38,7 @@ export const kusamaLocations = [
3738
memory: "33683795968",
3839
coreCount: "8",
3940
vm: false,
41+
networkId: "1d2302",
4042
},
4143
{
4244
name: "🔱-Masternode24-🔱",
@@ -55,6 +57,7 @@ export const kusamaLocations = [
5557
memory: "33683795968",
5658
coreCount: "8",
5759
vm: false,
60+
networkId: "1d2309",
5861
},
5962
{
6063
name: "🔱-Masternode25-🔱",
@@ -73,6 +76,7 @@ export const kusamaLocations = [
7376
memory: "33683795968",
7477
coreCount: "8",
7578
vm: false,
79+
networkId: "1d2308",
7680
},
7781
];
7882

@@ -97,6 +101,7 @@ export const addKusamaLocations = async () => {
97101
core_count: location.coreCount,
98102
is_virtual_machine: location.vm,
99103
},
104+
location.networkId,
100105
location.vpn,
101106
);
102107
}

0 commit comments

Comments
 (0)