Skip to content

Commit

Permalink
remove only statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed Sep 21, 2017
1 parent 103efd7 commit a2baa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/platform/platform.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('Platform', () => {
});
});

describe.only('#archiveService()', () => {
describe('#archiveService()', () => {
let getAuthTokenStub;
let archiveServiceRequestStub;

Expand Down

0 comments on commit a2baa95

Please sign in to comment.