Skip to content

Commit

Permalink
tests: fix lint in permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Dec 21, 2023
1 parent 16e6050 commit 116058b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/__tests__/lib/api/resources/Permissions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ describe("lib/api/resources/Permissions: ", () => {
expect.assertions(2);

try {
await permissionsAPI.bulkPermissionsUpdate(accountAccessId, permissions);
await permissionsAPI.bulkPermissionsUpdate(
accountAccessId,
permissions
);
} catch (error) {
expect(error).toBeInstanceOf(MailtrapError);

Expand Down

0 comments on commit 116058b

Please sign in to comment.