Skip to content

Commit

Permalink
add FcRank + icon to tests and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenari committed Oct 19, 2024
1 parent a08e083 commit 7044326
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NetStone.Test/Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public async Task CheckFreeCompany()
foreach (var searchResult in members.Members)
{
Console.WriteLine(
$"{members.CurrentPage} - {searchResult.Name} - {searchResult.RankIcon} - {searchResult.Id}");
$"{members.CurrentPage} - {searchResult.Name} - {searchResult.RankIcon} - {searchResult.Id} - {searchResult.FreeCompanyRankIcon} - {searchResult.FreeCompanyRank}");
}

members = await members.GetNextPage();
Expand Down
20 changes: 20 additions & 0 deletions NetStone/NetStone.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7044326

Please sign in to comment.