Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
EPICmynamesBG committed Sep 26, 2017
1 parent 9bd6652 commit 8993e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/controllers/teamIntegrationsControllerTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const validAuth = 'Bearer HelloWorld';
const invalidAuth = 'Bearer Goodbye';
const url = '/subito/integrations';

describe('slackController', () => {
describe('teamIntegrationsController', () => {
before(testHelper.resetData);
after(testHelper.clearData);

Expand Down

0 comments on commit 8993e52

Please sign in to comment.