Skip to content

Commit b61a2ee

Browse files
committed
rename test
1 parent e1c7ba1 commit b61a2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/actions/ReportPreviewActionUtilsTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('getReportPreviewAction', () => {
5858
await Onyx.set(ONYXKEYS.PERSONAL_DETAILS_LIST, {[CURRENT_USER_ACCOUNT_ID]: PERSONAL_DETAILS});
5959
});
6060

61-
it('isAddExpenseAction should return true for report preview with no transactions', async () => {
61+
it('getReportPreviewAction should return ADD_EXPENSE action for report preview with no transactions', async () => {
6262
const report = {
6363
reportID: REPORT_ID,
6464
type: CONST.REPORT.TYPE.EXPENSE,

0 commit comments

Comments
 (0)