Skip to content

Commit

Permalink
fix: failing typescript test case
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyCr committed Oct 16, 2024
1 parent 2781e8c commit 647990b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@ export const MOCK_APPLICATION_ENTITY_STATS = {
failedRecords: 0,
successRecords: 4,
},
[EntityType.TEST_CASE_RESULT]: {
totalRecords: 4,
failedRecords: 0,
successRecords: 4,
},
};

export const MOCK_APPLICATION_ENTITY_STATS_DATA = [
Expand Down

0 comments on commit 647990b

Please sign in to comment.