Removed redundant "await" (#571)

This commit is contained in:
dwikov 2021-06-21 16:16:14 +03:00 committed by GitHub
parent d3bf65cfb6
commit 7ad8e4493f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ describe('Cluster', () => {
expect(wrapper.exists('mock-Connect')).toBeFalsy();
});
it('renders Schemas if KAFKA_CONNECT is configured', async () => {
await store.dispatch(
store.dispatch(
fetchClusterListAction.success([
{
...onlineClusterPayload,