Cosmetic cleanups

This commit is contained in:
2019-04-12 19:57:10 +02:00
parent 9c5a517fb9
commit 1dbf3b5742
12 changed files with 21 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
{
"name": "Token",
"description": "Kredits token app"
"description": "Kredits Token app"
}

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')
})