diff --git a/packages/contracts/test/20_integration-testing/21_deployment.ts b/packages/contracts/test/20_integration-testing/21_deployment.ts index 4f159d6e..07960c16 100644 --- a/packages/contracts/test/20_integration-testing/21_deployment.ts +++ b/packages/contracts/test/20_integration-testing/21_deployment.ts @@ -65,11 +65,6 @@ describe(`Deployment on network '${productionNetworkName}'`, function () { it('registers the setup', async () => { const {pluginRepo} = await loadFixture(fixture); - await pluginRepo['getVersion((uint8,uint16))']({ - release: VERSION.release, - build: VERSION.build, - }); - const results = await pluginRepo['getVersion((uint8,uint16))']({ release: VERSION.release, build: VERSION.build,