Fix specs.

This commit is contained in:
Roger Braun 2018-04-26 20:30:35 +02:00
parent d003dea5ee
commit 38653e1ea0
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ describe('The Statuses module', () => {
mutations.addNewStatuses(state, { statuses: [retweet], user })
expect(state.notifications.length).to.eql(1)
expect(state.notifications[0].status).to.eql(status)
expect(state.notifications[0].status).to.eql(retweet)
expect(state.notifications[0].action).to.eql(retweet)
expect(state.notifications[0].type).to.eql('repeat')
})