test(doctests): remove redundant doctests in Error.hs

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
Taimoor Zaeem
2026-04-23 08:23:28 +00:00
committed by Wolfgang Walther
parent de4ad62562
commit a1ab388ab6
-3
View File
@@ -299,9 +299,6 @@ instance ErrorBody SchemaCacheError where
-- >>> noRelBetweenHint "films" "role" "api" rels
-- Just "Perhaps you meant 'roles' instead of 'role'."
--
-- >>> noRelBetweenHint "films" "role" "api" rels
-- Just "Perhaps you meant 'roles' instead of 'role'."
--
-- >>> noRelBetweenHint "films" "actors" "api" rels
-- Nothing
--