Skip to content

Commit 91be53d

Browse files
committed
fix: test case of TestFindPerson
1 parent 758f09c commit 91be53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TibiaSpellsSpell_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func TestFindPerson(t *testing.T) {
2929
spell := findPersonJson.Spell
3030
information := findPersonJson.Information
3131

32-
assert.Equal("https://www.tibia.com/library/?subtopic=spells&spell=findperson", information.TibiaURLs)
32+
assert.Equal("https://www.tibia.com/library/?subtopic=spells&spell=findperson", information.TibiaURLs[0])
3333

3434
assert.Empty(spell.Description)
3535
assert.Equal("Find Person", spell.Name)

0 commit comments

Comments
 (0)