util/test: export GetCases func
All checks were successful
lint
test

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-04-19 01:23:34 +03:00
parent c9816a3957
commit e403ae3d8e
2 changed files with 5 additions and 5 deletions

View File

@@ -56,8 +56,8 @@ func Test_SQLFromFile(t *testing.T) {
}
}
func Test_getFiles(t *testing.T) {
files, err := getFiles("testdata/", nil)
func Test_GetCases(t *testing.T) {
files, err := GetCases("testdata/", nil)
if err != nil {
t.Fatal(err)
}