summaryrefslogtreecommitdiffstats
path: root/pkg/utils
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/utils')
-rw-r--r--pkg/utils/utils_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/utils/utils_test.go b/pkg/utils/utils_test.go
index 045bf9c64..76a9f8b95 100644
--- a/pkg/utils/utils_test.go
+++ b/pkg/utils/utils_test.go
@@ -211,7 +211,7 @@ func TestGetDisplayStringArrays(t *testing.T) {
{
[]Displayable{
Displayable(&myDisplayable{[]string{"a", "b"}}),
- Displayable(&myDisplayable{[]string{"a", "b"}}),
+ Displayable(&myDisplayable{[]string{"c", "d"}}),
},
[][]string{{"a", "b"}, {"c", "d"}},
},