Update frontend/src/components/Inputs/InputHour.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2023-01-17 11:42:08 +01:00 committed by GitHub
parent 81fee35064
commit c623ff1294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ describe('InputHour', () => {
})
it('has the value 0', () => {
expect(wrapper.vm.currentValue).toEqual(null)
expect(wrapper.vm.currentValue).toEqual(0)
})
it('has the label "input-field-label"', () => {