testing workflow - gofmt

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