diff options
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) { |
