Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger committed Jun 24, 2021
1 parent 6da677e commit 5d840ce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ describe('UserSelector', () => {

const props = {
isNewUser: true,
smtpSettingsPresent: false,
userFormUserIsExisting: true,
elasticsearchUsers,
elasticsearchUser: elasticsearchUsers[0],
Expand Down Expand Up @@ -101,7 +102,7 @@ describe('UserSelector', () => {
{...props}
userFormUserIsExisting={false}
elasticsearchUsers={[]}
elasticsearchUser={{ email: '', username: '' }}
elasticsearchUser={{ email: '', username: '', enabled: true }}
/>
);

Expand Down

0 comments on commit 5d840ce

Please sign in to comment.