Skip to content

Commit

Permalink
fix(DTFS2-7092): fixed failing test with quarterly reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-markan committed Apr 3, 2024
1 parent c564586 commit 608cc27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/mock-data-loader/banks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ const BANKS = [
{ startMonth: 9, endMonth: 11 },
{ startMonth: 12, endMonth: 2 },
],
isVisibleInTfmUtilisationReports: true,
// TODO: Set this to `true` once quarterly reporting is implemented
isVisibleInTfmUtilisationReports: false,
},
];

Expand Down

0 comments on commit 608cc27

Please sign in to comment.