Excluded cards with different names from results

This commit is contained in:
Artyom Belousov 2020-09-22 12:11:49 +03:00
parent a941095a73
commit de1187b96c
2 changed files with 3 additions and 2 deletions

View file

@ -8,7 +8,7 @@ import (
)
func TestParser(t *testing.T) {
prices, err := cardsinfo.GetPrices("Scavenging Ooze")
prices, err := cardsinfo.GetPrices("Black lotus")
fmt.Println(prices)
assert.Nil(t, err)
assert.NotEmpty(t, prices)