14360: Comment stubServer.
[arvados.git] / lib / dispatchcloud / test / fixtures.go
index 7d65ca05713ea9be1611c31419645104d9748365..68bdb3db421df94d766d08f2523c820ca56d9882 100644 (file)
@@ -23,5 +23,6 @@ func InstanceType(i int) arvados.InstanceType {
                ProviderType: fmt.Sprintf("providertype%d", i),
                VCPUs:        i,
                RAM:          arvados.ByteSize(i) << 30,
+               Price:        float64(i) * 0.123,
        }
 }