Skip to content

Commit

Permalink
Removoe MathTester (#63)
Browse files Browse the repository at this point in the history
* Removoe MathTester

* Remove MathTester deployment
  • Loading branch information
antoncoding committed Aug 17, 2020
1 parent 371f162 commit 63d6030
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 101 deletions.
50 changes: 0 additions & 50 deletions contracts/MathTester.sol

This file was deleted.

6 changes: 1 addition & 5 deletions migrations/2_deploy_contracts.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
const MathTester = artifacts.require('MathTester.sol')

module.exports = function(deployer) {
deployer.then(async () => {
await deployer.deploy(MathTester)
})
deployer.then(async () => {})
}
46 changes: 0 additions & 46 deletions test/math.test.ts

This file was deleted.

0 comments on commit 63d6030

Please sign in to comment.