chore: fix tests
This commit is contained in:
parent
e1a25cdd31
commit
dc701e5c49
@ -1,4 +1,4 @@
|
||||
-- SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>,Sarah Vaupel <sarah.vaupel@ifi.lmu.de>,Steffen Jost <jost@tcs.ifi.lmu.de>
|
||||
-- SPDX-FileCopyrightText: 2022-2024 Sarah Vaupel <sarah.vaupel@uniworx.de>, Gregor Kleen <gregor.kleen@ifi.lmu.de>,Sarah Vaupel <sarah.vaupel@ifi.lmu.de>,Steffen Jost <jost@tcs.ifi.lmu.de>
|
||||
--
|
||||
-- SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
@ -9,7 +9,8 @@ module TestImport
|
||||
, module X
|
||||
) where
|
||||
|
||||
import Application (makeFoundation, makeMiddleware, shutdownApp)
|
||||
import Application (makeFoundation, shutdownApp)
|
||||
import Middleware (makeMiddleware)
|
||||
import ClassyPrelude as X
|
||||
hiding ( delete, deleteBy
|
||||
, Handler, Index
|
||||
|
||||
Loading…
Reference in New Issue
Block a user