diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-04-22 00:07:01 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-04-22 00:07:01 +0300 |
| commit | 576ad9750be4a76df7f7cc4d7062aa4546d7f61f (patch) | |
| tree | 1ba3948ac017bfd9a1a3d46078ab53827fb07c7c /test/unit/specs/components | |
| parent | 4b7007bc7dc4af8601454d8a84cf9f68e47545dd (diff) | |
make tests not fail
Diffstat (limited to 'test/unit/specs/components')
| -rw-r--r-- | test/unit/specs/components/user_profile.spec.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/unit/specs/components/user_profile.spec.js b/test/unit/specs/components/user_profile.spec.js index 1b6a47d7..0a3f2d27 100644 --- a/test/unit/specs/components/user_profile.spec.js +++ b/test/unit/specs/components/user_profile.spec.js @@ -96,7 +96,8 @@ const externalProfileStore = new Vuex.Store({ credentials: '' }, usersObject: { 100: extUser }, - users: [extUser] + users: [extUser], + relationships: {} } } }) @@ -164,7 +165,8 @@ const localProfileStore = new Vuex.Store({ credentials: '' }, usersObject: { 100: localUser, 'testuser': localUser }, - users: [localUser] + users: [localUser], + relationships: {} } } }) |
