Skip to content

Commit d8e87a1

Browse files
committed
fix(test) Try and get CI build working again
1 parent b0be47f commit d8e87a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/baseControllerSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,8 +790,8 @@ describe('BaseCtrl', function () {
790790

791791

792792
beforeEach(function () {
793-
module(function ($modalProvider) {
794-
provider = $modalProvider;
793+
module(function ($uibModalProvider) {
794+
provider = $uibModalProvider;
795795
});
796796
inject(function (_$httpBackend_, $rootScope, $controller, _$uibModal_, $q) {
797797
$modal = _$uibModal_;

0 commit comments

Comments
 (0)