Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomka committed Jul 8, 2018
1 parent 06783cf commit 2d93a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/specs/Datetime.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,12 +401,12 @@ describe('Datetime.vue', function () {
data () {
return {
datetime: '2017-12-07T19:34:54.078+03:00',
format: LuxonDateTime.DATETIME_FULL_WITH_SECONDS
format: LuxonDateTime.DATE_HUGE
}
}
})

expect(vm.$('.vdatetime-input').value).to.be.equal('December 7, 2017, 7:34:54 PM UTC')
expect(vm.$('.vdatetime-input').value).to.be.equal('Thursday, December 7, 2017')
})

it('should be formatted in the specified macro format', function () {
Expand Down

0 comments on commit 2d93a6e

Please sign in to comment.