Go version update and fix tests. (#44)

This commit is contained in:
Naoki Kosaka
2021-06-17 00:39:35 +09:00
committed by GitHub
parent 638a1e7319
commit 7894e78c3f
12 changed files with 932 additions and 142 deletions

View File

@ -20,7 +20,6 @@ func TestMain(m *testing.M) {
// Load Config
code := m.Run()
os.Exit(code)
redisClient.FlushAll().Result()
}
func TestRelayActivity(t *testing.T) {