fix: TestReadEnv test due to refactor

This commit is contained in:
Roxie Gibson 2021-07-31 21:08:50 +01:00
parent 1768809872
commit f958b888b6
Signed by untrusted user: roxxers
GPG Key ID: 5D0140EDEE123F4D
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ func TestGetAllFilesInDirectory(t *testing.T) {
}
func TestReadEnv(t *testing.T) {
env, err := readEnv(expectedAppFile.Path)
env, err := ReadEnv(expectedAppFile.Path)
if err != nil {
t.Fatal(err)
}