Skip to content

Commit

Permalink
adding truffle test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Aug 21, 2017
1 parent 8b161ae commit 7858665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Splitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ contract('Splitter', function(accounts) {

it("should be owned by owner", function() {
return contract.alice({from:owner})
.then(function(_owner) {
assert.strictEqual(owner,_owner,"Contract is not owned by Owner.");
.then(function(_alice) {
assert.strictEqual(owner,_alice,"Contract is not owned by Owner.");

});

Expand Down

0 comments on commit 7858665

Please sign in to comment.