TestData: Support labels in CSV content name (#61337)

Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
This commit is contained in:
Ryan McKinley
2023-05-26 09:36:43 -07:00
committed by GitHub
parent 4aa207ed83
commit effe21fb65
4 changed files with 93 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ func TestCSVFileScenario(t *testing.T) {
}
t.Run("loadCsvFile", func(t *testing.T) {
files := []string{"simple", "mixed"}
files := []string{"simple", "mixed", "labels"}
for _, name := range files {
t.Run("Should load CSV Text: "+name, func(t *testing.T) {
filePath := filepath.Join("testdata", name+".csv")