mirror of
https://github.com/spaytac/orbiter.git
synced 2026-01-21 21:54:50 +00:00
Fixed test
This commit is contained in:
parent
0507e16963
commit
04ee7ac918
@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user