瀏覽代碼

fixed test case wording

Signed-off-by: nickcurie <nick.curie64@gmail.com>
nickcurie 4 年之前
父節點
當前提交
d96dc1ec20
共有 1 個文件被更改,包括 4 次插入0 次删除
  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
 		allocationProps *AllocationProperties
 		expected        string
 		expected        string
 	}{
 	}{
+<<<<<<< HEAD
 <<<<<<< HEAD
 <<<<<<< HEAD
 		"aggregateregate by owner without owner labels": {
 		"aggregateregate by owner without owner labels": {
 =======
 =======
 		"agg by owner with labels": {
 		"agg by owner with labels": {
 >>>>>>> Recognizes annotations when aggregating by owner
 >>>>>>> Recognizes annotations when aggregating by owner
+=======
+		"aggregate by owner without owner labels": {
+>>>>>>> fixed test case wording
 			aggregate: []string{"owner"},
 			aggregate: []string{"owner"},
 			allocationProps: &AllocationProperties{
 			allocationProps: &AllocationProperties{
 				Labels:      map[string]string{"app": "cost-analyzer"},
 				Labels:      map[string]string{"app": "cost-analyzer"},