From 7803960cd19a21fe775b08a9b2c53526d088a8d3 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 30 May 2026 21:54:40 +0200 Subject: [PATCH] test(spec): fix test labels --- test/spec/Main.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/spec/Main.hs b/test/spec/Main.hs index 24089199f..34c8edde4 100644 --- a/test/spec/Main.hs +++ b/test/spec/Main.hs @@ -137,20 +137,20 @@ main = do , ("Feature.Auth.AuthSpec" , Feature.Auth.AuthSpec.spec) , ("Feature.ConcurrentSpec" , Feature.ConcurrentSpec.spec) , ("Feature.CorsSpec" , Feature.CorsSpec.spec) - , ("Feature.CustomMediaSpec" , Feature.Query.CustomMediaSpec.spec) , ("Feature.NoSuperuserSpec" , Feature.NoSuperuserSpec.spec) , ("Feature.OpenApi.OpenApiSpec" , Feature.OpenApi.OpenApiSpec.spec) , ("Feature.OptionsSpec" , Feature.OptionsSpec.spec) , ("Feature.Query.AggregateFunctionsSpec.disallowed" , Feature.Query.AggregateFunctionsSpec.disallowed) , ("Feature.Query.AndOrParamsSpec" , Feature.Query.AndOrParamsSpec.spec) , ("Feature.Query.ComputedRelsSpec" , Feature.Query.ComputedRelsSpec.spec) + , ("Feature.Query.CustomMediaSpec" , Feature.Query.CustomMediaSpec.spec) , ("Feature.Query.DeleteSpec" , Feature.Query.DeleteSpec.spec) , ("Feature.Query.EmbedDisambiguationSpec" , Feature.Query.EmbedDisambiguationSpec.spec) , ("Feature.Query.EmbedInnerJoinSpec" , Feature.Query.EmbedInnerJoinSpec.spec) + , ("Feature.Query.ErrorSpec.pgErrorCodeMapping" , Feature.Query.ErrorSpec.pgErrorCodeMapping) , ("Feature.Query.InsertSpec" , Feature.Query.InsertSpec.spec) , ("Feature.Query.JsonOperatorSpec" , Feature.Query.JsonOperatorSpec.spec) , ("Feature.Query.NullsStripSpec" , Feature.Query.NullsStripSpec.spec) - , ("Feature.Query.PgErrorCodeMappingSpec" , Feature.Query.ErrorSpec.pgErrorCodeMapping) , ("Feature.Query.PgSafeUpdateSpec.disabledSpec" , Feature.Query.PgSafeUpdateSpec.disabledSpec) , ("Feature.Query.PlanSpec.disabledSpec" , Feature.Query.PlanSpec.disabledSpec) , ("Feature.Query.Preferences.HandlingSpec" , Feature.Query.Preferences.HandlingSpec.spec)