Fix other test
All checks were successful
CI / release-test (push) Successful in 4s

This commit is contained in:
wispem-wantex 2025-07-06 19:44:41 -07:00
parent 3a65e346dd
commit 3e164bcdfa

View File

@ -12,7 +12,7 @@ import (
func TestParseSchema(t *testing.T) {
assert := assert.New(t)
schema_sql, err := os.ReadFile("test_schemas/food.sql")
schema_sql, err := os.ReadFile("../../sample_data/test_schemas/food.sql")
require.NoError(t, err)
db := sqlgenerate.InitDB(string(schema_sql))