Cosmetic cleanups

This commit is contained in:
2019-04-12 20:16:24 +02:00
parent 9c5a517fb9
commit 1dbf3b5742
12 changed files with 21 additions and 19 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
const CounterApp = artifacts.require('CounterApp.sol')
const Token = artifacts.require('Token.sol')
contract('CounterApp', (accounts) => {
contract('Token', (accounts) => {
it('should be tested')
})