From dc701e5c4910049b7cd1c213dbdc0b8933ab9142 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 18 Apr 2024 02:07:04 +0200 Subject: [PATCH] chore: fix tests --- test/TestImport.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/TestImport.hs b/test/TestImport.hs index 4024d876f..f076b5a15 100644 --- a/test/TestImport.hs +++ b/test/TestImport.hs @@ -1,4 +1,4 @@ --- SPDX-FileCopyrightText: 2022 Gregor Kleen ,Sarah Vaupel ,Steffen Jost +-- SPDX-FileCopyrightText: 2022-2024 Sarah Vaupel , Gregor Kleen ,Sarah Vaupel ,Steffen Jost -- -- 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