Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
enkogu committed Jul 16, 2018
2 parents 281633a + b62bc39 commit d4b4287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/moneyflowTable_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ contract('MoneyflowTable tests', (accounts) => {
assert.equal(absoluteExpense3Balance.toNumber(),1*neededAmount, 'resource point received money from splitter');
});

it('should process money with WeiUnsortedSplitter + 2 WeiAbsoluteExpense + WeiRelativeExpense',async() => {
it('should process money with WeiUnsortedSplitter + 2 WeiAbsoluteExpense + WeiRelativeExpense',async() => {
let moneyflowTable = await MoneyflowTable.new();

let SplitterId = getEId(await moneyflowTable.addUnsortedSplitter());
Expand Down

0 comments on commit d4b4287

Please sign in to comment.