Skip to content

Commit 2a71da7

Browse files
committed
remove unused testSuite var
1 parent bda9283 commit 2a71da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/providers/oauth-provider.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('OAuthProvider', function() {
1313
};
1414

1515
describe('configure()', function() {
16-
var provider, testSuite;
16+
var provider;
1717

1818
beforeEach(function() {
1919
angular.module('angular-oauth2.test', [])

0 commit comments

Comments
 (0)