Skip to content

Commit

Permalink
feat: update test check
Browse files Browse the repository at this point in the history
  • Loading branch information
Naomi Aro committed Apr 16, 2021
1 parent 01a16f5 commit dd1ec8b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/tests/unit/layout/default-layout.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ describe('The DefaultLayout component', () => {
.find('HeaderLayout')
.prop('userProfileDropdown');

expect(userProfileDropdown.props.user).toEqual({
' $fragmentRefs': {
UserProfileDropdown_user: true
}
});
expect(userProfileDropdown.props.user).toEqual(session.ciipUserBySub);
});
});

0 comments on commit dd1ec8b

Please sign in to comment.