rename LaunchInstanceModal spec describe function
This is a service, not a controller. Rename to 'service.' Change-Id: I3a5e5a6a2fbd7a756ed2050b46335fc9349ba8a3
This commit is contained in:
parent
0d8f193f85
commit
1e7bd3346a
@ -16,7 +16,7 @@
|
||||
(function () {
|
||||
'use strict';
|
||||
|
||||
describe('LaunchInstanceModalController tests', function() {
|
||||
describe('LaunchInstanceModalService tests', function() {
|
||||
var service, modal, $window;
|
||||
|
||||
beforeEach(module('horizon.dashboard.project'));
|
||||
|
Loading…
Reference in New Issue
Block a user