Skip to content

Commit

Permalink
GAP-1927 - Fixed more broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kiramarstonTCO committed Aug 8, 2023
1 parent c76b114 commit ee0b135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/applicant/src/pages/dashboard/index.page.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('getServerSideProps', () => {
hasApplications: true,
showMigrationErrorBanner: false,
showMigrationSuccessBanner: false,
oneLoginEnabled: true,
oneLoginEnabled: false,
},
});
});
Expand Down Expand Up @@ -149,7 +149,7 @@ describe('getServerSideProps', () => {
hasApplications: true,
showMigrationErrorBanner: false,
showMigrationSuccessBanner: false,
oneLoginEnabled: true,
oneLoginEnabled: false,
},
});
});
Expand Down

0 comments on commit ee0b135

Please sign in to comment.