mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-10 10:39:12 +00:00
Fix specs.
This commit is contained in:
parent
d003dea5ee
commit
38653e1ea0
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ describe('The Statuses module', () => {
|
||||||
mutations.addNewStatuses(state, { statuses: [retweet], user })
|
mutations.addNewStatuses(state, { statuses: [retweet], user })
|
||||||
|
|
||||||
expect(state.notifications.length).to.eql(1)
|
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].action).to.eql(retweet)
|
||||||
expect(state.notifications[0].type).to.eql('repeat')
|
expect(state.notifications[0].type).to.eql('repeat')
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue