Fix failing test

pull/10616/head
ebb-tide 2018-06-19 11:16:43 -07:00
parent 7b5d315f9f
commit 598b799754
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ describe('Normalizers.DashboardTime', () => {
}) })
it('can remove timeRanges with incorrect dashboardID', () => { 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 actual = normalizer(ranges)
const expected = [timeRange] const expected = [timeRange]