👷 Adding CI for tests
All checks were successful
Run Swift Tests / build (pull_request) Successful in 33s

This commit is contained in:
Victor Bodinaud
2024-03-22 15:10:31 +01:00
committed by Victor Bodinaud
parent a5ff5b34a3
commit ff810b9341
3 changed files with 22 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ public struct Hermes {
guard let result = try? JSONDecoder().decode(resource.modelType, from: data) else {
throw NetworkError.decodingError
}
return result
}
}