Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok committed Aug 3, 2023
1 parent 42be687 commit 3599c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/range_slider.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('rangeSlider.tsx', () => {
expect(wave.args[name]).toMatchObject([40, 60])
})

it('Changes our of bounds values when min/max is updated', () => {
it('Changes out of bounds values when min/max is updated', () => {
const { rerender } = render(<XRangeSlider model={{ ...rangeSliderProps, min: 0, max: 100, min_value: 30, max_value: 60 }} />)
expect(wave.args[name]).toMatchObject([30, 60])

Expand Down

0 comments on commit 3599c32

Please sign in to comment.