aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/app_test.go
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-11-21 12:13:12 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-11-21 12:13:21 +0900
commitb291f0b71065a9dc18a956f741775806409e6dee (patch)
treec311be2ffe5ca2055c75374fd4c24905d33e2a33 /internal/app/app_test.go
parent3a20b149ced0a166561606cbfb4265825cf5185e (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.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) {