Commit bf9a9d69 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Fix ESLint errors in diff_comments_store

parent f88459df
......@@ -41,7 +41,6 @@ describe('New discussion', () => {
describe('Get note', () => {
beforeEach(() => {
expect(Object.keys(CommentsStore.state).length).toBe(0);
createDiscussion();
});
......@@ -55,7 +54,6 @@ describe('Get note', () => {
describe('Delete discussion', () => {
beforeEach(() => {
expect(Object.keys(CommentsStore.state).length).toBe(0);
createDiscussion();
});
......@@ -81,7 +79,6 @@ describe('Delete discussion', () => {
describe('Update note', () => {
beforeEach(() => {
expect(Object.keys(CommentsStore.state).length).toBe(0);
createDiscussion();
});
......@@ -96,7 +93,6 @@ describe('Update note', () => {
describe('Discussion resolved', () => {
beforeEach(() => {
expect(Object.keys(CommentsStore.state).length).toBe(0);
createDiscussion();
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment