Skip to content

Commit

Permalink
EDSC-3899: moved last test to be in the same block as the prvious one…
Browse files Browse the repository at this point in the history
… and changed the wording.
  • Loading branch information
bnp26 committed Dec 15, 2023
1 parent b8752ee commit eabab09
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -596,10 +596,8 @@ describe('SpatialDisplay component', () => {

expect(boundingBoxResult).toEqual('SW and NE points contain matching coordinates. Please use point selection instead.')
})
})

describe('#validateBoundingBoxCoordinates', () => {
test('returns an error coordinates match each other.', () => {
test('returns an error coordinates match each other and are invalid coordinates', () => {
const { enzymeWrapper } = setup()
const input = '-91.119,38.791'

Expand Down

0 comments on commit eabab09

Please sign in to comment.