Browse Source

Fix collection_test log

pull/10/head
Matt Baer 5 years ago
parent
commit
5e85229ef2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      collection_test.go

+ 1
- 1
collection_test.go View File

@@ -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)
}


Loading…
Cancel
Save