Skip to content

Commit 997b129

Browse files
Revert geospatial context value format
1 parent 4e3f92d commit 997b129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ describe('Location field formatting', () => {
249249
}
250250

251251
const answer = getAnswer(field, state, { format: 'data' })
252-
expect(answer).toBe(JSON.stringify(validState))
252+
expect(answer).toBe('a,b,c,d')
253253
})
254254

255255
it('formats for summary display', () => {

0 commit comments

Comments
 (0)