@@ -602,12 +602,12 @@ func TestGeneratedAllTypesSQLBuilderFiles(t *testing.T) {
602
602
603
603
testutils .AssertFileNamesEqual (t , modelDir , "all_types.go" , "all_types_view.go" , "employee.go" , "link.go" ,
604
604
"mood.go" , "person.go" , "person_phone.go" , "weird_names_table.go" , "level.go" , "user.go" , "floats.go" , "people.go" ,
605
- "components.go" , "vulnerabilities.go" , "all_types_materialized_view.go" , "sample_ranges.go" )
605
+ "components.go" , "vulnerabilities.go" , "all_types_materialized_view.go" , "sample_ranges.go" , "sample_arrays.go" )
606
606
testutils .AssertFileContent (t , modelDir + "/all_types.go" , allTypesModelContent )
607
607
608
608
testutils .AssertFileNamesEqual (t , tableDir , "all_types.go" , "employee.go" , "link.go" ,
609
609
"person.go" , "person_phone.go" , "weird_names_table.go" , "user.go" , "floats.go" , "people.go" , "table_use_schema.go" ,
610
- "components.go" , "vulnerabilities.go" , "sample_ranges.go" )
610
+ "components.go" , "vulnerabilities.go" , "sample_ranges.go" , "sample_arrays.go" )
611
611
testutils .AssertFileContent (t , tableDir + "/all_types.go" , allTypesTableContent )
612
612
testutils .AssertFileContent (t , tableDir + "/sample_ranges.go" , sampleRangeTableContent )
613
613
0 commit comments