Skip to content

Commit

Permalink
Chore: Remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum committed Dec 10, 2018
1 parent 92def6c commit f3b861c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/controllers/__tests__/DrawingModeController-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,15 +246,6 @@ describe('controllers/DrawingModeController', () => {
});
});

describe('resetCurrentThread()', () => {
it('should reset the current annotation thread', () => {
controller.selectedThread = null;
controller.resetCurrentThread(thread);
expect(controller.selectedThread).not.toBeNull();
expect(controller.currentThread).toBeUndefined();
});
});

describe('handleThreadEvents()', () => {
beforeEach(() => {
controller.unbindListeners = jest.fn();
Expand Down

0 comments on commit f3b861c

Please sign in to comment.