Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Aug 18, 2017
1 parent 0b9c630 commit cbd8cfd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ describe('VisualizeModal', () => {
const mockStore = configureStore(middlewares);
const initialState = sqlLabReducer({}, {});
initialState.common = {
SUPERSET_WEBSERVER_TIMEOUT: 45,
}
SUPERSET_WEBSERVER_TIMEOUT: 45,
};
const store = mockStore(initialState);
const mockedProps = {
show: true,
Expand Down

0 comments on commit cbd8cfd

Please sign in to comment.