From a1ab388ab61b36bcdb32ced2fb03726fbcac9fc1 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Thu, 23 Apr 2026 12:54:01 +0500 Subject: [PATCH] test(doctests): remove redundant doctests in Error.hs Signed-off-by: Taimoor Zaeem --- src/PostgREST/Error.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/PostgREST/Error.hs b/src/PostgREST/Error.hs index 72b1cbc0f..86d53c223 100644 --- a/src/PostgREST/Error.hs +++ b/src/PostgREST/Error.hs @@ -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 --