mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-09 09:47:28 +03:00
Added missing parentheses
This commit is contained in:
parent
c60a6a78c8
commit
749074604f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ describe('<MenuLayout />', () => {
|
|||
wrapper = shallow(
|
||||
<MenuLayout
|
||||
sidebarNotPresent={jest.fn()}
|
||||
sidebarPresent={jest.fn}
|
||||
sidebarPresent={jest.fn()}
|
||||
selectServer={jest.fn()}
|
||||
selectedServer={selectedServer}
|
||||
/>,
|
||||
|
|
Loading…
Reference in a new issue