Correction du test indeps

pull/510/head
Mael 2019-03-27 15:30:20 +01:00 committed by Johan Girod
parent 11c72635f0
commit 340e399359
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ describe('indeps', function() {
période: 'année'
})
expect(values[0]).to.be.closeTo(39714, 1)
expect(values[0]).to.be.closeTo(39765, 1)
})
})