diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-11-21 12:13:12 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-11-21 12:13:21 +0900 |
| commit | b291f0b71065a9dc18a956f741775806409e6dee (patch) | |
| tree | c311be2ffe5ca2055c75374fd4c24905d33e2a33 /internal/app/app_test.go | |
| parent | 3a20b149ced0a166561606cbfb4265825cf5185e (diff) | |
app: add nixos-based config test case
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'internal/app/app_test.go')
| -rw-r--r-- | internal/app/app_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
