mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Fixed device redirect when not usable.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module.exports = function FatalMessageServiceFactory($modal, $location) {
|
||||
module.exports = function ServiceFactory($modal, $location) {
|
||||
var service = {}
|
||||
|
||||
var ModalInstanceCtrl = function ($scope, $modalInstance) {
|
||||
|
||||
@@ -2,7 +2,7 @@ describe('VersionUpdateService', function() {
|
||||
|
||||
beforeEach(module('stf.version-update'));
|
||||
|
||||
it('should ...', inject(function(FatalMessageService) {
|
||||
it('should ...', inject(function(VersionUpdateService) {
|
||||
|
||||
//expect(FatalMessageService.doSomething()).toEqual('something');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user