Explorar el Código

fixed test case wording

Signed-off-by: nickcurie <nick.curie64@gmail.com>
nickcurie hace 3 años
padre
commit
d96dc1ec20
Se han modificado 1 ficheros con 4 adiciones y 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"},