mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
The unit tests were inside the `gateway/tests` directory which had no effect to the coverage for `go test`. Therefore, moved the tests inside the same directory as the test target. Signed-off-by: Ken Fukuyama <kenfdev@gmail.com>