Skip to content

Commit 1b58884

Browse files
committed
test: adjusting due to new testdata
1 parent e31cfa2 commit 1b58884

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/TibiaBoostableBossesOverview_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func TestBoostableBossesOverview(t *testing.T) {
2727
information := boostableBossesJson.Information
2828

2929
assert.Equal("https://www.tibia.com/library/?subtopic=boostablebosses", information.TibiaURLs[0])
30-
assert.Equal(95, len(bosses))
30+
assert.Equal(98, len(bosses))
3131
assert.Equal("Ragiaz", boosted.Name)
3232
assert.Equal(
3333
"https://static.tibia.com/images/global/header/monsters/ragiaz.gif",
@@ -41,31 +41,31 @@ func TestBoostableBossesOverview(t *testing.T) {
4141
imageURL string
4242
}{
4343
{
44-
idx: 20,
44+
idx: 21,
4545
name: "Gnomevil",
4646
featured: false,
4747
imageURL: "https://static.tibia.com/images/library/gnomehorticulist.gif",
4848
},
4949
{
50-
idx: 25,
50+
idx: 26,
5151
name: "Goshnar's Malice",
5252
featured: false,
5353
imageURL: "https://static.tibia.com/images/library/goshnarsmalice.gif",
5454
},
5555
{
56-
idx: 47,
56+
idx: 49,
5757
name: "Ragiaz",
5858
featured: true,
5959
imageURL: "https://static.tibia.com/images/library/ragiaz.gif",
6060
},
6161
{
62-
idx: 55,
62+
idx: 57,
6363
name: "Sharpclaw",
6464
featured: false,
6565
imageURL: "https://static.tibia.com/images/library/sharpclaw.gif",
6666
},
6767
{
68-
idx: 78,
68+
idx: 80,
6969
name: "The Pale Worm",
7070
featured: false,
7171
imageURL: "https://static.tibia.com/images/library/paleworm.gif",

0 commit comments

Comments
 (0)