Skip to content

Commit 9fc0494

Browse files
committed
fix: unit test
1 parent c201f4e commit 9fc0494

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/unit/Search/SearchUIUtilsTest.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -731,10 +731,10 @@ const reportsListItems = [
731731
stateNum: 0,
732732
statusNum: 0,
733733
to: {
734-
accountID: 18439984,
735-
avatar: 'https://d2k5nsl2zxldvw.cloudfront.net/images/avatars/avatar_3.png',
736-
displayName: 'Admin',
737-
login: adminEmail,
734+
accountID: 0,
735+
avatar: '',
736+
displayName: undefined,
737+
login: undefined,
738738
},
739739
total: -5000,
740740
transactions: [

0 commit comments

Comments
 (0)