Skip to content

Commit

Permalink
fix: e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed Aug 26, 2024
1 parent 1da89f3 commit 37d285a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/deployment-fixtures.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ describe('@skip-on-coverage Fixture', () => {
});
});

describe('Keep3rSidechainForTestnet', () => {
describe.only('Keep3rSidechainForTestnet', () => {
beforeEach(async () => {
await deployments.fixture(['testnet-keep3r-sidechain']);

Expand Down Expand Up @@ -235,7 +235,7 @@ describe('@skip-on-coverage Fixture', () => {

await evm.advanceTimeAndBlock(86400);
await deployments.fixture(['job-rated-for-test'], { keepExistingDeployments: true });
const jobForTest = (await getContractFromFixture('BasicJob', 'JobRatedForTest')) as Type.BasicJob;
const jobForTest = (await getContractFromFixture('JobRatedForTest', 'JobRatedForTest')) as Type.BasicJob;

await jobForTest.work();
});
Expand Down

0 comments on commit 37d285a

Please sign in to comment.