Skip to content

Commit

Permalink
MMT-3918: Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
htranho committed Oct 31, 2024
1 parent ab03492 commit d07d835
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ describe('PermissionForm', () => {
})

describe('form validation', () => {
describe('when invalid group permission', () => {
describe('when invalid group permission occur', () => {
test('should remove the invalid group permission', async () => {
const navigateSpy = vi.fn()
vi.spyOn(router, 'useNavigate').mockImplementation(() => navigateSpy)
Expand Down

0 comments on commit d07d835

Please sign in to comment.