Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beanpuppy committed Mar 6, 2024
1 parent c6183e1 commit 52b85f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ mod tests {
.subreddit("astolfo")
.unwrap();

assert!(new_client.top(10, None).await.is_ok());
assert!(new_client.moderators().await.is_ok());
assert!(new_client.top(10, None).is_ok());
assert!(new_client.moderators().is_ok());
}
}

0 comments on commit 52b85f4

Please sign in to comment.