mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 20:50:19 +08:00
Add getAllFilePathsInFolder()
This commit is contained in:
@ -40,7 +40,7 @@ func TestGenerateI18nStringsForFrontend(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGenerateI18nStringsForBackend(t *testing.T) {
|
||||
paths := getAllGoFilePaths()
|
||||
paths := getAllFilePathsInFolder("../", ".go")
|
||||
|
||||
errName := getErrName(paths)
|
||||
|
||||
|
Reference in New Issue
Block a user