Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yenienserrano committed Aug 2, 2023
1 parent b43e513 commit 4ce5a8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { render } from 'enzyme';
import { AgentsTable } from './agents-table';
import { WzRequest } from '../../../react-services/wz-request';
import { AgentSynced } from '../../../components/agents/agent-synced';
import { AgentStatus } from '../../../components/agents/agent_status';
import { AgentStatus } from '../../../components/agents/agent-status';
import configureMockStore from 'redux-mock-store';
import { Provider } from 'react-redux';

Expand Down

0 comments on commit 4ce5a8e

Please sign in to comment.