From 04ee7ac9189001f2498456daa49e07acf261d54f Mon Sep 17 00:00:00 2001 From: Gianluca Arbezzano Date: Tue, 8 Aug 2017 21:16:26 +0200 Subject: [PATCH] Fixed test --- autoscaler/autoscaler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoscaler/autoscaler_test.go b/autoscaler/autoscaler_test.go index 61b72b7..93a8c06 100644 --- a/autoscaler/autoscaler_test.go +++ b/autoscaler/autoscaler_test.go @@ -6,7 +6,7 @@ import ( func TestFakeProvider(t *testing.T) { var p Provider - a := NewAutoscaler(p, "fgaerge", 3, 4) + a := NewAutoscaler(p, "fgaerge", 3, 4, 1) if a.provider != p { t.Fail() }