fix: remove 10 unused test functions flagged by staticcheck U1000

This commit is contained in:
2026-07-10 12:01:02 +01:00
parent eed8814021
commit cf0cd8de15
8 changed files with 2 additions and 105 deletions
+1 -3
View File
@@ -329,6 +329,4 @@ func TestContact_ReturnsInfo(t *testing.T) {
}
}
func strPtr(s string) *string {
return &s
}