Skip to content

Commit

Permalink
remove unused testSuite var
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelB committed Nov 2, 2016
1 parent bda9283 commit 2a71da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/providers/oauth-provider.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('OAuthProvider', function() {
};

describe('configure()', function() {
var provider, testSuite;
var provider;

beforeEach(function() {
angular.module('angular-oauth2.test', [])
Expand Down

0 comments on commit 2a71da7

Please sign in to comment.