Skip to content

Commit

Permalink
ci: remove not needed code (aragon#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 authored May 7, 2024
1 parent c8e3819 commit f28735c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f28735c

Please sign in to comment.