Skip to content

Commit

Permalink
Remove mocha .only modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Jun 4, 2024
1 parent e39630c commit 28c6827
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe("Verify repository endpoints", function () {
chai.expect(res4.body.full).has.a.lengthOf(1);
});

describe.only(`Pagination in /files/contracts/{full|any|partial}/${chainFixture.chainId}`, async function () {
describe(`Pagination in /files/contracts/{full|any|partial}/${chainFixture.chainId}`, async function () {
const endpointMatchTypes = ["full", "any", "partial"];
for (const endpointMatchType of endpointMatchTypes) {
it(`should handle pagination in /files/contracts/${endpointMatchType}/${chainFixture.chainId}`, async function () {
Expand Down

0 comments on commit 28c6827

Please sign in to comment.