Skip to content

Commit f432b69

Browse files
Fix tests
1 parent f05794b commit f432b69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/server/plugins/engine/components/GeospatialField.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ describe('GeospatialField', () => {
110110

111111
expect(result.errors).toEqual([
112112
expect.objectContaining({
113-
text: 'Select example geospatial'
113+
text: 'Example geospatial must contain at least 1 items'
114114
})
115115
])
116116
})
@@ -128,7 +128,7 @@ describe('GeospatialField', () => {
128128

129129
expect(result.errors).toEqual([
130130
expect.objectContaining({
131-
text: 'Select example geospatial title'
131+
text: 'Example geospatial title must contain at least 1 items'
132132
})
133133
])
134134
})

0 commit comments

Comments
 (0)