Fix failing test
parent
7b5d315f9f
commit
598b799754
|
@ -30,7 +30,7 @@ describe('Normalizers.DashboardTime', () => {
|
|||
})
|
||||
|
||||
it('can remove timeRanges with incorrect dashboardID', () => {
|
||||
const ranges = [{dashboardID: 1, upper, lower}, timeRange]
|
||||
const ranges = [{dashboardID: '1', upper, lower}, timeRange]
|
||||
|
||||
const actual = normalizer(ranges)
|
||||
const expected = [timeRange]
|
||||
|
|
Loading…
Reference in New Issue