@@ -204,7 +204,6 @@ describe('actions/IOU', () => {
204
204
currency : fakeTransaction . currency ,
205
205
created : format ( new Date ( ) , CONST . DATE . FNS_FORMAT_STRING ) ,
206
206
merchant : fakeTransaction . merchant ,
207
- comment : '' ,
208
207
billable : false ,
209
208
validWaypoints : fakeWayPoints ,
210
209
actionableWhisperReportActionID : fakeTransaction ?. actionableWhisperReportActionID ,
@@ -296,7 +295,6 @@ describe('actions/IOU', () => {
296
295
currency : transactionDraft ?. currency ?? fakeTransaction . currency ,
297
296
created : format ( new Date ( ) , CONST . DATE . FNS_FORMAT_STRING ) ,
298
297
merchant : transactionDraft ?. merchant ?? fakeTransaction . merchant ,
299
- comment : '' ,
300
298
category : Object . keys ( fakeCategories ) . at ( 0 ) ?? '' ,
301
299
validWaypoints : Object . keys ( transactionDraft ?. comment ?. waypoints ?? { } ) . length ? getValidWaypoints ( transactionDraft ?. comment ?. waypoints , true ) : undefined ,
302
300
actionableWhisperReportActionID : transactionDraft ?. actionableWhisperReportActionID ,
@@ -4449,7 +4447,6 @@ describe('actions/IOU', () => {
4449
4447
currency : CONST . CURRENCY . USD ,
4450
4448
created : '2024-10-30' ,
4451
4449
merchant : 'KFC' ,
4452
- comment : '' ,
4453
4450
receipt : { } ,
4454
4451
actionableWhisperReportActionID : '1' ,
4455
4452
linkedTrackedExpenseReportAction : {
0 commit comments