aboutsummaryrefslogtreecommitdiff
path: root/test/unit/specs/components/user_profile.spec.js
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-11-10 14:28:10 +0200
committerShpuld Shpuldson <shp@cock.li>2020-11-10 14:28:10 +0200
commit1d2ba946b6b81dc225d0eec21548a737ca2fac5e (patch)
tree972293acde8a588ee920466ddb1a79ed20671e10 /test/unit/specs/components/user_profile.spec.js
parentd150dae5d156416351312f25b06de0013ee0a95d (diff)
make notifications also use the popup errors, remove all error from status/notif state
Diffstat (limited to 'test/unit/specs/components/user_profile.spec.js')
-rw-r--r--test/unit/specs/components/user_profile.spec.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/unit/specs/components/user_profile.spec.js b/test/unit/specs/components/user_profile.spec.js
index dcf066f9..80092b41 100644
--- a/test/unit/specs/components/user_profile.spec.js
+++ b/test/unit/specs/components/user_profile.spec.js
@@ -8,8 +8,7 @@ const localVue = createLocalVue()
localVue.use(Vuex)
const mutations = {
- clearTimeline: () => {},
- setError: () => {}
+ clearTimeline: () => {}
}
const actions = {