mirror of
https://github.com/nasa/openmct.git
synced 2025-01-04 04:14:09 +00:00
[Tables] #757 Fixed code style issues
This commit is contained in:
parent
22e98274ca
commit
8efa9c6aac
@ -130,7 +130,7 @@ define(
|
|||||||
expect(mockTelemetryHandler.handle).toHaveBeenCalledWith(jasmine.any(Object), jasmine.any(Function), true);
|
expect(mockTelemetryHandler.handle).toHaveBeenCalledWith(jasmine.any(Object), jasmine.any(Function), true);
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('receives new telemetry', function() {
|
describe('receives new telemetry', function () {
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
controller.subscribe();
|
controller.subscribe();
|
||||||
mockScope.rows = [];
|
mockScope.rows = [];
|
||||||
@ -141,7 +141,7 @@ define(
|
|||||||
expect(mockScope.$broadcast).toHaveBeenCalledWith('add:row', 0);
|
expect(mockScope.$broadcast).toHaveBeenCalledWith('add:row', 0);
|
||||||
});
|
});
|
||||||
it('observes the row limit', function () {
|
it('observes the row limit', function () {
|
||||||
var i=0;
|
var i = 0;
|
||||||
controller.maxRows = 10;
|
controller.maxRows = 10;
|
||||||
|
|
||||||
//Fill rows array with elements
|
//Fill rows array with elements
|
||||||
|
Loading…
Reference in New Issue
Block a user