Removed redundant "await" (#571)
This commit is contained in:
parent
d3bf65cfb6
commit
7ad8e4493f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue