mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
lint fixes
This commit is contained in:
@@ -41,7 +41,7 @@ describe('<LabelSelect />', () => {
|
||||
});
|
||||
let wrapper;
|
||||
await act(async () => {
|
||||
wrapper = mount(<LabelSelect value={[]} onError={() => {}}/>);
|
||||
wrapper = mount(<LabelSelect value={[]} onError={() => {}} />);
|
||||
});
|
||||
wrapper.update();
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ describe('<PlaybookSelect />', () => {
|
||||
projectId={1}
|
||||
isValid
|
||||
form={{}}
|
||||
field={{onChange: () => {}, value: ''}}
|
||||
field={{ onChange: () => {}, value: '' }}
|
||||
onError={() => {}}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user