added field names to struct initializations.

This commit is contained in:
Pradyumna Kaushik 2017-12-22 12:22:39 -08:00
parent ff545e8aa6
commit e3278120d6
6 changed files with 78 additions and 29 deletions

View file

@ -45,7 +45,7 @@ func TestMain(m *testing.M) {
}
// Create monitor
monitor = &realis.Monitor{r}
monitor = &realis.Monitor{Client: r}
thermosPayload, err = ioutil.ReadFile("examples/thermos_payload.json")
if err != nil {