mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Fixed device redirect when not usable.
This commit is contained in:
parent
aa8f8fd999
commit
12fc884f78
10 changed files with 62 additions and 64 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue