Added missing parentheses

This commit is contained in:
Alejandro Celaya 2022-03-11 16:17:44 +01:00
parent c60a6a78c8
commit 749074604f

View file

@ -23,7 +23,7 @@ describe('<MenuLayout />', () => {
wrapper = shallow(
<MenuLayout
sidebarNotPresent={jest.fn()}
sidebarPresent={jest.fn}
sidebarPresent={jest.fn()}
selectServer={jest.fn()}
selectedServer={selectedServer}
/>,