fixes txproposal notifications
This commit is contained in:
parent
6ea9831913
commit
141e8bddd3
3 changed files with 22 additions and 38 deletions
|
|
@ -255,10 +255,7 @@ describe("Unit: Controllers", function() {
|
|||
$httpBackend.verifyNoOutstandingRequest();
|
||||
});
|
||||
|
||||
it('should have a txAlertCount', function() {
|
||||
expect(scope.txAlertCount).equal(0);
|
||||
$httpBackend.flush();
|
||||
});
|
||||
|
||||
|
||||
it('should hit github for version', function() {
|
||||
$httpBackend.expectGET(GH);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue