mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Fix tests
This commit is contained in:
parent
0f80cb03c6
commit
ebff55d8d6
2 changed files with 2 additions and 2 deletions
|
@ -274,8 +274,8 @@ async function checkNewActorFollow (
|
|||
checkActor(notification.actorFollow.follower)
|
||||
expect(notification.actorFollow.follower.displayName).to.equal(followerDisplayName)
|
||||
expect(notification.actorFollow.follower.name).to.equal(followerName)
|
||||
expect(notification.actorFollow.follower.host).to.not.be.undefined
|
||||
|
||||
checkActor(notification.actorFollow.following)
|
||||
expect(notification.actorFollow.following.displayName).to.equal(followingDisplayName)
|
||||
expect(notification.actorFollow.following.type).to.equal(followType)
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue