Fix reaction field name in migration 88
This commit is contained in:
parent
8aa397b7a6
commit
e05de1aa6f
7 changed files with 25 additions and 30 deletions
|
@ -1607,7 +1607,6 @@ describe('both/state/ducks/conversations', () => {
|
|||
fromId: 'some-other-id',
|
||||
timestamp: 2222,
|
||||
targetTimestamp: 1111,
|
||||
targetAuthorAci: generateAci(),
|
||||
},
|
||||
],
|
||||
};
|
||||
|
@ -1638,7 +1637,6 @@ describe('both/state/ducks/conversations', () => {
|
|||
fromId: 'some-other-id',
|
||||
timestamp: 2222,
|
||||
targetTimestamp: 1111,
|
||||
targetAuthorAci: generateAci(),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue