File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ import {
6767 getReasonAndReportActionThatRequiresAttention ,
6868 getReportActionActorAccountID ,
6969 getReportIDFromLink ,
70+ getReportName as getReportNameDeprecated ,
7071 getReportOrDraftReport ,
7172 getReportStatusTranslation ,
7273 getReportURLForCurrentContext ,
@@ -1263,7 +1264,7 @@ describe('ReportUtils', () => {
12631264 } as ReportAction ;
12641265
12651266 // eslint-disable-next-line @typescript-eslint/no-deprecated
1266- const reportName = getReportName ( transactionThread , undefined , unreportedTransactionAction ) ;
1267+ const reportName = getReportNameDeprecated ( transactionThread , undefined , unreportedTransactionAction ) ;
12671268
12681269 // Should NOT contain HTML tags
12691270 expect ( reportName ) . not . toContain ( '<a href' ) ;
You can’t perform that action at this time.
0 commit comments