Skip to content

Commit

Permalink
adjust unit test check
Browse files Browse the repository at this point in the history
  • Loading branch information
s3fs committed Jan 29, 2025
1 parent 144969f commit da6ceef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/UserEdit/UserForm.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ describe('UserForm', () => {
/>
);

expect(screen.getByText('(r2/d2)')).toBeTruthy();
expect(screen.getByText('(r2/d2)')).toBeInTheDocument();
});
});

Expand Down

0 comments on commit da6ceef

Please sign in to comment.