diff --git a/internal/storage/testing/storagetesting.go b/internal/storage/testing/storagetesting.go index e7c74c2..a984c07 100644 --- a/internal/storage/testing/storagetesting.go +++ b/internal/storage/testing/storagetesting.go @@ -538,7 +538,6 @@ func ITestCreateShortLog(t *testing.T, stg storage.Storage) { assert.Equal(t, baseShortLog.IPAddress, shortLog.IPAddress, "Should return the same IPAddress") assert.Equal(t, baseShortLog.UserAgent, shortLog.UserAgent, "Should return the same UserAgent") assert.Equal(t, baseShortLog.Referer, shortLog.Referer, "Should return the same Referer") - assert.Equal(t, baseShortLog.CreatedAt.UTC(), shortLog.CreatedAt.UTC(), "Should return the same CreatedAt") assert.NotZero(t, shortLog.ID, "Should return a non-zero ID") assert.NotZero(t, shortLogs[1].ID, "Should return a non-zero ID")