Skip to content

Commit

Permalink
fix test condition
Browse files Browse the repository at this point in the history
  • Loading branch information
tilfin committed Sep 23, 2021
1 parent 441653f commit 1d4c7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lib/profile_set.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ describe('createProfileSet', () => {
const userInfo = {
loginDisplayNameAccount: '5555-1111-2222',
loginDisplayNameUser: 'roleA/a-user',
roleDisplayNameAccount: '5555-1111-4444',
roleDisplayNameUser: 'roleA',
roleDisplayNameAccount: undefined,
roleDisplayNameUser: undefined,
};
const settings = { showOnlyMatchingRoles: true };

Expand Down

0 comments on commit 1d4c7ac

Please sign in to comment.