mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 04:59:15 -06:00
fixed unit test that broke after moving colors array
This commit is contained in:
parent
660fbfd73c
commit
59c7edfd90
@ -37,8 +37,8 @@ define([
|
||||
}
|
||||
};
|
||||
|
||||
self.scope.colors = [];
|
||||
for (var i = 0; i < 50; i++) { self.scope.colors.push('#' + i); }
|
||||
$rootScope.colors = [];
|
||||
for (var i = 0; i < 50; i++) { $rootScope.colors.push('#' + i); }
|
||||
|
||||
self.$q = $q;
|
||||
self.scope.skipDataOnInit = true;
|
||||
|
Loading…
Reference in New Issue
Block a user