Skip to content

Commit

Permalink
Revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wildan-m committed Sep 5, 2024
1 parent 93dbf1a commit d0a5e8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/ReportUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ describe('ReportUtils', () => {
test('as member', () => {
expect(
ReportUtils.getReportName({
reportID: '123',
reportID: '',
chatType: CONST.REPORT.CHAT_TYPE.POLICY_EXPENSE_CHAT,
policyID: policy.id,
isOwnPolicyExpenseChat: true,
Expand All @@ -220,7 +220,7 @@ describe('ReportUtils', () => {
test('as admin', () => {
expect(
ReportUtils.getReportName({
reportID: '123',
reportID: '',
chatType: CONST.REPORT.CHAT_TYPE.POLICY_EXPENSE_CHAT,
policyID: policy.id,
isOwnPolicyExpenseChat: false,
Expand All @@ -232,7 +232,7 @@ describe('ReportUtils', () => {

describe('Archived', () => {
const baseArchivedPolicyExpenseChat = {
reportID: '123',
reportID: '',
chatType: CONST.REPORT.CHAT_TYPE.POLICY_EXPENSE_CHAT,
ownerAccountID: 1,
policyID: policy.id,
Expand Down

0 comments on commit d0a5e8b

Please sign in to comment.