Skip to content

Commit e4d68d6

Browse files
committed
clean up
1 parent 82d236a commit e4d68d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/1_debtToken.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ contract('DebtToken', function(accounts){
132132
});
133133
})
134134

135-
describe('Interest Accruing ',function(){
135+
describe('Interest Accruing:: ',function(){
136136
it('Should fetch isInterestStatusUpdated status',function(){
137137
var isInterestStatusUpdated = contract.isInterestStatusUpdated.call();
138138

@@ -192,7 +192,7 @@ contract('DebtToken', function(accounts){
192192

193193
})
194194

195-
describe('Loan Refund',function(){
195+
describe('Loan Refund:: ',function(){
196196
it('Should fail to refund amount diffferent from total due',function(done){
197197
var _value = contract.getLoanValue.call(true);//fetch the initial loan value
198198
web3.eth.sendTransaction({from:Me,to:contract.address,value:_value},function(e,r){

0 commit comments

Comments
 (0)