We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67c435 commit e6276ceCopy full SHA for e6276ce
src/TibiaCharactersCharacter_test.go
@@ -152,6 +152,8 @@ func TestNumber3(t *testing.T) {
152
assert.Equal("Free Account", character.AccountStatus)
153
assert.Equal("Fansite Admin", characterJson.Character.AccountInformation.Position)
154
assert.Empty(characterJson.Character.AccountInformation.LoyaltyTitle)
155
+ assert.True(characterJson.Character.OtherCharacters[0].Deleted)
156
+ assert.False(characterJson.Character.OtherCharacters[1].Deleted)
157
}
158
159
func TestNumber4(t *testing.T) {
0 commit comments