Skip to content

Commit

Permalink
fix test parameters (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
NovikovRoman authored Jan 14, 2021
1 parent 1080950 commit 5ebc834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v2/wowgd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ func TestWoWMythicKeystoneDungeonIndex(t *testing.T) {
}

func TestWoWMythicKeystoneDungeon(t *testing.T) {
dat, _, err := c.WoWMythicKeystoneDungeon(context.Background(), 353)
dat, _, err := c.WoWMythicKeystoneDungeon(context.Background(), 375)
if err != nil {
fmt.Println(err)
t.Fail()
Expand Down
2 changes: 1 addition & 1 deletion v2/wowp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func TestWoWCharacterEquipmentSummary(t *testing.T) {
}

func TestWoWCharacterHunterPetsSummary(t *testing.T) {
dat, _, err := c.WoWCharacterHunterPetsSummary(context.Background(), "illidan", "Defraudedguy")
dat, _, err := c.WoWCharacterHunterPetsSummary(context.Background(), "illidan", "covlol")
if err != nil {
fmt.Println(err)
t.Fail()
Expand Down

0 comments on commit 5ebc834

Please sign in to comment.