Skip to content

Commit 52345db

Browse files
chore(fixup): create example data
1 parent 990e9d6 commit 52345db

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.jest/globalSetup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import exampleTree from '../docs/api/spec/examples/trees/912681.json';
44
import exampleWallet from '../docs/api/spec/examples/wallets/exampleWallet.json';
55
import exampleSpecies from '../docs/api/spec/examples/species/exampleSpecies.json';
66
import examplePlanter from '../docs/api/spec/examples/planters/examplePlanter.json';
7-
import exampleCountry from '../docs/api/spec/examples/countries/6632357.json';
7+
import exampleCountry from '../docs/api/spec/examples/countries/exampleCountry.json';
88
import exampleOrganization from '../docs/api/spec/examples/organizations/exampleOrganization.json';
99
import knex, { TableNames } from '../server/infra/database/knex';
1010

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": 6632544,
3+
"name": "China",
4+
"centroid": "{\"type\":\"Point\",\"coordinates\":[103.819073145824,36.5617653792527]}"
5+
}

0 commit comments

Comments
 (0)