From b291f0b71065a9dc18a956f741775806409e6dee Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Thu, 21 Nov 2024 12:13:12 +0900 Subject: app: add nixos-based config test case Signed-off-by: Ophestra Umiker --- internal/app/app_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/app/app_test.go') diff --git a/internal/app/app_test.go b/internal/app/app_test.go index de68e531..c61dcffc 100644 --- a/internal/app/app_test.go +++ b/internal/app/app_test.go @@ -22,7 +22,7 @@ type sealTestCase struct { } func TestApp(t *testing.T) { - testCases := append(testCasesNixos) + testCases := append(testCasesPd, testCasesNixos...) for _, tc := range testCases { t.Run(tc.name, func(t *testing.T) { -- cgit v1.3.1