aboutsummaryrefslogtreecommitdiff
path: root/test/unit/specs/components/user_profile.spec.js
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-11-18 11:49:54 +0000
committerShpuld Shpludson <shp@cock.li>2020-11-18 11:49:54 +0000
commitd770bab1b0e5d543547c59d86aef533f77ceafe2 (patch)
treeb8e34c857f3acf526f2f5422a995803ef85cd51a /test/unit/specs/components/user_profile.spec.js
parentcd784396e72dafc8442ac48635ea23f8365d83bd (diff)
parentfb5d3d32927cd9ad625203c84e8826a3544fda3e (diff)
Merge branch 'fix/timeline-error-handling-fixes' into 'develop'
Various timeline fixes See merge request pleroma/pleroma-fe!1283
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 = {