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
+1 -1
View File
@@ -1,4 +1,4 @@
{
"name": "Proposal",
"description": "Kredits proposal app"
"description": "Kredits Proposal app"
}
+5
View File
@@ -0,0 +1,5 @@
const Proposal = artifacts.require('Proposal.sol')
contract('Proposal', (accounts) => {
it('should be tested')
})