mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 14:53:25 +00:00
Fix two typos
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
This commit is contained in:
@ -96,7 +96,7 @@ func TestRead_ScaleZeroDefaultAndOverride(t *testing.T) {
|
||||
want = true
|
||||
|
||||
if config.ScaleFromZero != want {
|
||||
t.Logf("ScaleFromZero was overriden - should be %v, got: %v", want, config.ScaleFromZero)
|
||||
t.Logf("ScaleFromZero was overridden - should be %v, got: %v", want, config.ScaleFromZero)
|
||||
t.Fail()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user