Skip to content

Commit

Permalink
fix: code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
fausto-gluu committed Dec 9, 2021
1 parent 8ff37f6 commit c1ec8bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/admin/components/MonthlyActiveUsersPage.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { render, screen } from '@testing-library/react'
import { render } from '@testing-library/react'
import MonthlyActiveUsersPage from './MonthlyActiveUsersPage'
import { createStore, combineReducers } from 'redux'
import { Provider } from 'react-redux'
Expand Down
2 changes: 1 addition & 1 deletion plugins/admin/components/Roles/UiRoleListPage.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { render, screen } from '@testing-library/react'
import { render } from '@testing-library/react'
import UiRoleListPage from './UiRoleListPage'
import { createStore, combineReducers } from 'redux'
import { Provider } from 'react-redux'
Expand Down

0 comments on commit c1ec8bf

Please sign in to comment.