@@ -284,7 +284,7 @@ func TestListByPartitions(t *testing.T) {
284284 Version : "test" ,
285285 Kind : "gvk" ,
286286 }
287- typeSpecificIndexedFields ["some_test_gvk" ] = [][]string {{"gvk" , "specific" , "fields" }}
287+ TypeSpecificIndexedFields ["some_test_gvk" ] = [][]string {{"gvk" , "specific" , "fields" }}
288288
289289 setupContext (req )
290290 attributes .SetGVK (schema , gvk )
@@ -370,7 +370,7 @@ func TestListByPartitions(t *testing.T) {
370370 Version : "test" ,
371371 Kind : "gvk" ,
372372 }
373- typeSpecificIndexedFields ["some_test_gvk" ] = [][]string {{"gvk" , "specific" , "fields" }}
373+ TypeSpecificIndexedFields ["some_test_gvk" ] = [][]string {{"gvk" , "specific" , "fields" }}
374374
375375 setupContext (req )
376376 attributes .SetGVK (schema , gvk )
@@ -448,7 +448,7 @@ func TestListByPartitions(t *testing.T) {
448448 Version : "test" ,
449449 Kind : "gvk" ,
450450 }
451- typeSpecificIndexedFields ["some_test_gvk" ] = [][]string {{"gvk" , "specific" , "fields" }}
451+ TypeSpecificIndexedFields ["some_test_gvk" ] = [][]string {{"gvk" , "specific" , "fields" }}
452452
453453 attributes .SetGVK (schema , gvk )
454454 // ListByPartitions copies point so we need some original record of items to ensure as asserting listToReturn's
@@ -536,7 +536,7 @@ func TestListByPartitions(t *testing.T) {
536536 Version : "test" ,
537537 Kind : "gvk" ,
538538 }
539- typeSpecificIndexedFields ["some_test_gvk" ] = [][]string {{"gvk" , "specific" , "fields" }}
539+ TypeSpecificIndexedFields ["some_test_gvk" ] = [][]string {{"gvk" , "specific" , "fields" }}
540540
541541 setupContext (req )
542542 attributes .SetGVK (schema , gvk )
@@ -625,7 +625,7 @@ func TestListByPartitions(t *testing.T) {
625625 Version : "test" ,
626626 Kind : "gvk" ,
627627 }
628- typeSpecificIndexedFields ["some_test_gvk" ] = [][]string {{"gvk" , "specific" , "fields" }}
628+ TypeSpecificIndexedFields ["some_test_gvk" ] = [][]string {{"gvk" , "specific" , "fields" }}
629629
630630 setupContext (req )
631631 attributes .SetGVK (schema , gvk )
0 commit comments