Rename AnsibleEnvironmentSelect to AnsibleSelect

- Update references to the component.
This commit is contained in:
kialam
2018-12-11 16:42:24 -05:00
parent 9c7d449a4d
commit 9627a73978
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
import { mount } from 'enzyme';
import AnsibleSelect from '../../src/components/AnsibleEnvironmentSelect';
import AnsibleSelect from '../../src/components/AnsibleSelect';
const mockData = ['foo', 'bar'];
describe('<AnsibleSelect />', () => {