settings: fix tests 6
This commit is contained in:
parent
85af562350
commit
f2f5179b0a
2 changed files with 0 additions and 6 deletions
|
|
@ -357,11 +357,6 @@ describe("Unit: Controllers", function() {
|
|||
scope.$apply();
|
||||
});
|
||||
|
||||
it('should return networkName', function() {
|
||||
$httpBackend.flush(); // need flush
|
||||
var networkName = scope.networkName;
|
||||
expect(networkName).equal('testnet');
|
||||
});
|
||||
});
|
||||
|
||||
describe("Unit: Sidebar Controller", function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue