Fixed test

This commit is contained in:
Gianluca Arbezzano 2017-08-08 21:16:26 +02:00
parent 0507e16963
commit 04ee7ac918
No known key found for this signature in database
GPG Key ID: 9505D2809E1D6180

View File

@ -6,7 +6,7 @@ import (
func TestFakeProvider(t *testing.T) { func TestFakeProvider(t *testing.T) {
var p Provider var p Provider
a := NewAutoscaler(p, "fgaerge", 3, 4) a := NewAutoscaler(p, "fgaerge", 3, 4, 1)
if a.provider != p { if a.provider != p {
t.Fail() t.Fail()
} }