Explorar el Código

Fix collection_test log

pull/10/head
Matt Baer hace 5 años
padre
commit
5e85229ef2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      collection_test.go

+ 1
- 1
collection_test.go Ver fichero

@@ -12,7 +12,7 @@ func TestGetCollection(t *testing.T) {
if err != nil {
t.Errorf("Unexpected fetch results: %+v, err: %v\n", res, err)
} else {
t.Logf("Post: %+v", res)
t.Logf("Collection: %+v", res)
if res.Title != "write.as" {
t.Errorf("Unexpected fetch results: %+v\n", res)
}


Cargando…
Cancelar
Guardar