Skip to content

Commit

Permalink
fix: chronix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrMov committed Feb 7, 2024
1 parent b275113 commit bc202c8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/app/simple-dvt-deploy.e2e-chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,6 @@ describe('Simple DVT deploy', () => {
validatorsRegistryLastSlot: jest.fn(),
validatorsEnabled: jest.fn(),
})
.overrideProvider(ConfigService)
.useValue({
get(path) {
const conf = {
LIDO_LOCATOR_ADDRESS: '0xC1d0b3DE6792Bf6b4b37EccdcC24e45978Cfd2Eb',
};
return conf[path];
},
})
.compile();

const generator = moduleRef.get(MikroORM).getSchemaGenerator();
Expand Down

0 comments on commit bc202c8

Please sign in to comment.