node build fixed
This commit is contained in:
11
seanime-2.9.10/internal/test_utils/cache.go
Normal file
11
seanime-2.9.10/internal/test_utils/cache.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package test_utils
|
||||
|
||||
import "fmt"
|
||||
|
||||
func GetTestDataPath(name string) string {
|
||||
return fmt.Sprintf("%s/%s.json", TestDataPath, name)
|
||||
}
|
||||
|
||||
func GetDataPath(name string) string {
|
||||
return fmt.Sprintf("%s/%s.json", DataPath, name)
|
||||
}
|
||||
Reference in New Issue
Block a user