testing workflow - go test

This commit is contained in:
IRHM
2026-07-16 09:20:21 +01:00
committed by momi
parent a08b19675a
commit 643ca0fd38
+7
View File
@@ -0,0 +1,7 @@
package main
import "testing"
func TestGetLatestWatchedInTv(t *testing.T) {
t.Fatalf("you did bad")
}