List test function properly named.

This commit is contained in:
Milos Gajdos
2019-07-01 23:19:35 +01:00
parent 956902f641
commit 8f22e61a8b
2 changed files with 3 additions and 11 deletions

View File

@@ -29,10 +29,10 @@ const (
// String returns human reprensentation of policy
func (p RoutePolicy) String() string {
switch p {
case OverrideIfExists:
return "OVERRIDE_IF_EXISTS"
case AddIfNotExists:
return "ADD_IF_NOT_EXISTS"
case OverrideIfExists:
return "OVERRIDE_IF_EXISTS"
case IgnoreIfExists:
return "IGNORE_IF_EXISTS"
default: