fixes for tests

This commit is contained in:
Wyatt Johnson
2018-04-30 16:13:48 -06:00
parent 7a0c9c85bc
commit b42d325cb0
2 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ class Users {
if (
!['UNSET', 'APPROVED', 'SET'].includes(user.status.username.status) ||
!user.status.username.history.some(({ created_at }) =>
user.status.username.history.some(({ created_at }) =>
moment(created_at).isAfter(oldestEditTime)
)
) {