Removed some commented out code.
This commit is contained in:
parent
a186e4d04f
commit
143b39970b
1 changed files with 0 additions and 3 deletions
|
|
@ -20,7 +20,6 @@ describe('txFormatService', function(){
|
|||
|
||||
module(function($provide) {
|
||||
$provide.value('configService', configServiceMock);
|
||||
//$provide.value('$log', log); // Handy for debugging test failures
|
||||
$provide.value('rateService', rateServiceMock);
|
||||
});
|
||||
|
||||
|
|
@ -46,8 +45,6 @@ describe('txFormatService', function(){
|
|||
var formatted = txFormatService.formatAlternativeStr('bch', 123);
|
||||
|
||||
expect(formatted).toBe('< 0.01 USD');
|
||||
//expect(formatted).toBe('0.00 USD');
|
||||
|
||||
});
|
||||
|
||||
it('formatAlternativeStr 0.5 cents.', function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue