diff options
| author | Roger Braun <roger@rogerbraun.net> | 2018-04-26 20:30:35 +0200 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2018-04-26 20:30:35 +0200 |
| commit | 38653e1ea0db19cca328e530f38f6112239d94d5 (patch) | |
| tree | 014ad48716862f886fcaab4408b1b05fb1c8ab26 /test/unit/specs/modules | |
| parent | d003dea5eea7752790d0a48b72dc209ce3c8c59b (diff) | |
Fix specs.
Diffstat (limited to 'test/unit/specs/modules')
| -rw-r--r-- | test/unit/specs/modules/statuses.spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/specs/modules/statuses.spec.js b/test/unit/specs/modules/statuses.spec.js index 372d1aaa..f929192b 100644 --- a/test/unit/specs/modules/statuses.spec.js +++ b/test/unit/specs/modules/statuses.spec.js @@ -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') }) |
