Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
nostdm committed Jul 8, 2020
1 parent 6562bd9 commit b5c9757
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 183 deletions.
100 changes: 0 additions & 100 deletions test/upgradeable/changeAdmin_test.go

This file was deleted.

77 changes: 0 additions & 77 deletions test/upgradeable/upgrade_test.go

This file was deleted.

13 changes: 7 additions & 6 deletions test/upgradeable/upgradeable_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package upgrade_test
import (
"context"
"fmt"
"os"
"testing"

"github.com/ethereum/go-ethereum"
Expand Down Expand Up @@ -78,12 +79,12 @@ var _ = AfterEach(func() {

})

// var _ = AfterSuite(func() {
// if allPassed {
// TestRig.ExpectMinimumCoverage("UpgradeabilityProxy.sol", 98.00)
// TestRig.PrintGasUsage(os.Stdout)
// }
// })
var _ = AfterSuite(func() {
if allPassed {
TestRig.ExpectMinimumCoverage("externals/upgradeability/UpgradeabilityProxy.sol", 69.00)
TestRig.PrintGasUsage(os.Stdout)
}
})

func isSuccessful(tx *types.Transaction) bool {
r, err := Backend.TransactionReceipt(context.Background(), tx.Hash())
Expand Down

0 comments on commit b5c9757

Please sign in to comment.