update README

This commit is contained in:
JBP
2019-08-18 22:46:01 +02:00
parent 880f9efab0
commit 9d5f5e56a5
2 changed files with 92 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ func TestGetCompactItem(t *testing.T) {
assert.Equal(t, "itemId", item.ItemID)
}
func TestGettItem(t *testing.T) {
func TestGetItem(t *testing.T) {
client, mux, teardown := setup(t)
defer teardown()