fix test (count 'values/test.yaml' in total)

Signed-off-by: Aurélien Lambert <aure@olli-ai.com>
pull/6876/head
Aurélien Lambert 6 years ago
parent 8b62f34a98
commit 0371493109

@ -183,7 +183,7 @@ icon: https://example.com/64x64.png
t.Error("Expected chart values to be populated with default values") t.Error("Expected chart values to be populated with default values")
} }
if len(c.Raw) != 5 { if len(c.Raw) != 6 {
t.Errorf("Expected %d files, got %d", 5, len(c.Raw)) t.Errorf("Expected %d files, got %d", 5, len(c.Raw))
} }

Loading…
Cancel
Save