mirror of
https://codeberg.org/demostf/api-client.git
synced 2026-06-03 16:44:09 +02:00
test fixes
This commit is contained in:
parent
b43b12c13f
commit
4ec9516902
2 changed files with 3 additions and 3 deletions
|
|
@ -177,7 +177,7 @@ impl ApiClient {
|
|||
/// println!("{}: {}", demo.id, demo.name);
|
||||
/// println!("players:");
|
||||
///
|
||||
/// for player in demo.players {
|
||||
/// for player in demo.players.unwrap_or_default() {
|
||||
/// println!("{}", player.user.name);
|
||||
/// }
|
||||
/// # Ok(())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue