Explorar o código

fixed test case wording

Signed-off-by: nickcurie <nick.curie64@gmail.com>
nickcurie %!s(int64=4) %!d(string=hai) anos
pai
achega
d96dc1ec20
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      pkg/kubecost/allocationprops_test.go

+ 4 - 0
pkg/kubecost/allocationprops_test.go

@@ -12,11 +12,15 @@ func TestGenerateKey(t *testing.T) {
 		allocationProps *AllocationProperties
 		expected        string
 	}{
+<<<<<<< HEAD
 <<<<<<< HEAD
 		"aggregateregate by owner without owner labels": {
 =======
 		"agg by owner with labels": {
 >>>>>>> Recognizes annotations when aggregating by owner
+=======
+		"aggregate by owner without owner labels": {
+>>>>>>> fixed test case wording
 			aggregate: []string{"owner"},
 			allocationProps: &AllocationProperties{
 				Labels:      map[string]string{"app": "cost-analyzer"},