Bug fix for empty names in items

This commit is contained in:
Dan Milne
2019-10-24 12:58:13 +11:00
parent 5a7b39b0bf
commit 674848ccb9
3 changed files with 186 additions and 0 deletions

View File

@@ -36,6 +36,17 @@ class ItemTest < Minitest::Test
model: '26467'
}
]
},
{
name: 'Blank Name ',
response: 'get_item_no_author.json',
item_count: 1,
items: [
{
asin: "1921878657",
authors: []
}
]
}
]