Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Oct 30, 2024
1 parent 8658813 commit 8157aea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ interface SingleTargetPermission {
permissionId: string;
}

describe.only('Core: PermissionManager', function () {
describe('Core: PermissionManager', function () {
let pm: PermissionManagerTest;
let signers: SignerWithAddress[];
let ownerSigner: SignerWithAddress;
Expand Down

0 comments on commit 8157aea

Please sign in to comment.