Skip to content

Commit

Permalink
test: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Oct 23, 2023
1 parent 259f08b commit 3884d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/utils/proxy/proxy-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const DEFAULT_INITIALIZATION: [
},
];

describe.only('ProxyFactory', function () {
describe('ProxyFactory', function () {
let deployer: SignerWithAddress;
let proxyFactory: ProxyFactory;
let logic: TestGovernanceERC20;
Expand Down

0 comments on commit 3884d0b

Please sign in to comment.