aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/app_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app/app_test.go')
-rw-r--r--internal/app/app_test.go2
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) {