This commit is contained in:
Ravi Prasad
2025-06-03 21:29:16 -05:00
parent a3225b1803
commit 24ec6675c9
7 changed files with 108 additions and 107 deletions
+1 -1
View File
@@ -76,4 +76,4 @@ func TestGetPlayerAdvancedStats(t *testing.T) {
body, _ := io.ReadAll(resp.Body)
assert.Contains(t, string(body), tc.wantSubstring, tc.name)
}
}
}