Fixed unique settings

This commit is contained in:
Artyom Belousov 2020-09-22 10:33:25 +03:00
parent 3919b21318
commit a9e2a4f09e
2 changed files with 3 additions and 3 deletions

View file

@ -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)
}