From 1f248f342be91912eca40f657c5eabe12645d565 Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Fri, 10 Jul 2026 15:20:12 +0200 Subject: [PATCH] tests.problems: Fix `invalid-kind-error` failure With 8fcbb3592984e1f364ec561f491790d854704264 all problem kinds are being used in the error messages. The expected messages were still missing the `maintainerless` kind. --- pkgs/test/problems/cases/invalid-kind-error/expected-stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/test/problems/cases/invalid-kind-error/expected-stderr b/pkgs/test/problems/cases/invalid-kind-error/expected-stderr index 6fdf2b1d04b1..0d7cb8f874b6 100644 --- a/pkgs/test/problems/cases/invalid-kind-error/expected-stderr +++ b/pkgs/test/problems/cases/invalid-kind-error/expected-stderr @@ -1,4 +1,4 @@ (stack trace truncated; use '--show-trace' to show the full, detailed trace) error: Refusing to evaluate package 'a-0' in /nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-default.nix:11 because it has an invalid meta attrset: - - a.meta.problems.invalid: Problem kind invalid, inferred from the problem name, is invalid; expected enum. You can specify an explicit problem kind with `a.meta.problems.invalid.kind` + - a.meta.problems.invalid: Problem kind invalid, inferred from the problem name, is invalid; expected enum. You can specify an explicit problem kind with `a.meta.problems.invalid.kind`