Excluded cards with different names from results
This commit is contained in:
parent
a941095a73
commit
de1187b96c
2 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue