Skip to content

Commit

Permalink
test: remove commented test
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme-NL authored and GabrielRMuller committed Aug 12, 2024
1 parent 9ca5cfe commit 857203c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions spec/javascripts/actions/story_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,19 +328,6 @@ describe('Story Actions', () => {
Story.storyFailure(updatedStory.id, error)
);
});

// it('do not dispatch sortStories', () => {
// // expect(fakeDispatch).not.toHaveBeenCalledWith(
// // Story.sortStories(updatedStory)
// // );
// expect(fakeDispatch).toHaveBeenCalledWith(
// Story.sortStories(storiesWithUpdatedPositions, from)
// );

// expect(fakeDispatch).not.toHaveBeenCalledWith(
// Story.sortStories(updatedStory, from)
// );
// });
});
});

Expand Down

0 comments on commit 857203c

Please sign in to comment.