Fix tests.

This commit is contained in:
2025-12-10 21:38:05 +00:00
parent 9b7e07b3c6
commit f0a72ae4fc
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ func TestGenerator_GenerateGlobalJSON(t *testing.T) {
TotalReviews int `json:"total_reviews"`
TotalLinesAdded int `json:"total_lines_added"`
TotalLinesDeleted int `json:"total_lines_deleted"`
GeneratedAt time.Time `json:"GeneratedAt"`
GeneratedAt time.Time `json:"generated_at"`
}
err = json.Unmarshal(data, &result)
require.NoError(t, err)