diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-03 13:36:34 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-03 16:25:31 +0100 |
commit | 32c68d67d9125df62ead71668efca4da30132786 (patch) | |
tree | edaea0ae31184544a60bf77d41be3b3a588d5a93 /server/tests/api/users | |
parent | b7819090de8ced71e5f9c5773c575ab627a148e4 (diff) | |
download | PeerTube-32c68d67d9125df62ead71668efca4da30132786.tar.gz PeerTube-32c68d67d9125df62ead71668efca4da30132786.tar.zst PeerTube-32c68d67d9125df62ead71668efca4da30132786.zip |
Tests for totalRepliesFromVideoAuthor
Diffstat (limited to 'server/tests/api/users')
-rw-r--r-- | server/tests/api/users/blocklist.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/users/blocklist.ts b/server/tests/api/users/blocklist.ts index 09e72d068..05e58017a 100644 --- a/server/tests/api/users/blocklist.ts +++ b/server/tests/api/users/blocklist.ts | |||
@@ -38,7 +38,7 @@ import { | |||
38 | removeServerFromAccountBlocklist, | 38 | removeServerFromAccountBlocklist, |
39 | removeServerFromServerBlocklist | 39 | removeServerFromServerBlocklist |
40 | } from '../../../../shared/extra-utils/users/blocklist' | 40 | } from '../../../../shared/extra-utils/users/blocklist' |
41 | import { getUserNotifications } from '@shared/extra-utils/users/user-notifications' | 41 | import { getUserNotifications } from '../../../../shared/extra-utils/users/user-notifications' |
42 | 42 | ||
43 | const expect = chai.expect | 43 | const expect = chai.expect |
44 | 44 | ||