Commit 911e1201 authored by Savas Vedova's avatar Savas Vedova

Remove the redundant async keywoard

parent 67ce1187
......@@ -140,7 +140,7 @@ describe('Vulnerability state dropdown component', () => {
});
});
it('when the parent component changes the state, the dropdown will update its selected and initial item', async () => {
it('when the parent component changes the state, the dropdown will update its selected and initial item', () => {
const [stateString, stateObject] = vulnerabilityStateEntries[1];
wrapper.setProps({ initialState: stateString }); // Change the state.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment