From 48a80096bbc7bb4b0fef487df8f176c08f0bf609 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 21 Oct 2020 00:39:25 +0200 Subject: Update heatmap fixtures to restore tests (#13224) * hotfix * update ... --- models/user_heatmap_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/user_heatmap_test.go') diff --git a/models/user_heatmap_test.go b/models/user_heatmap_test.go index c2825d9ff0..c9d33db29b 100644 --- a/models/user_heatmap_test.go +++ b/models/user_heatmap_test.go @@ -17,7 +17,7 @@ func TestGetUserHeatmapDataByUser(t *testing.T) { CountResult int JSONResult string }{ - {2, 1, `[{"timestamp":1571616000,"contributions":1}]`}, + {2, 1, `[{"timestamp":1603152000,"contributions":1}]`}, {3, 0, `[]`}, } // Prepare -- cgit v1.2.3