Fixed unique settings
This commit is contained in:
parent
3919b21318
commit
a9e2a4f09e
2 changed files with 3 additions and 3 deletions
|
|
@ -8,8 +8,7 @@ import (
|
|||
)
|
||||
|
||||
func TestParser(t *testing.T) {
|
||||
prices, err := cardsinfo.GetPrices("shock")
|
||||
prices, err := cardsinfo.GetPrices("Scavenging Ooze")
|
||||
assert.Nil(t, err)
|
||||
assert.NotEmpty(t, prices)
|
||||
fmt.Println(prices)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue