aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/metrics/statistics-provider_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/metrics/statistics-provider_test.go')
-rw-r--r--pkg/metrics/statistics-provider_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/metrics/statistics-provider_test.go b/pkg/metrics/statistics-provider_test.go
index 94684c5..400430e 100644
--- a/pkg/metrics/statistics-provider_test.go
+++ b/pkg/metrics/statistics-provider_test.go
@@ -30,7 +30,7 @@ import (
)
func TestFetchCurrentStatistics(t *testing.T) {
- TotalErrorCount = 0
+ TotalErrorCount = 0
DecisionSuccessCount = 0
DecisionFailureCount = 0
DeployFailureCount = 0
@@ -72,7 +72,7 @@ func TestFetchCurrentStatistics(t *testing.T) {
}
func TestFetchCurrentStatistics_ValidRequestID(t *testing.T) {
- TotalErrorCount = 0
+ TotalErrorCount = 0
DecisionSuccessCount = 0
DecisionFailureCount = 0
DeployFailureCount = 0