Skip to content

Commit

Permalink
Neos->Resonite
Browse files Browse the repository at this point in the history
  • Loading branch information
LJ authored and LJ committed Jul 28, 2024
1 parent 1320653 commit 6026c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api_auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async fn contacts() -> Result<(), ApiError> {

let friends = dbg!(client.query(resonite::query::Contacts).await?);

// Neos bot will always be at least one friend of yours
// Resonite bot will always be at least one friend of yours
assert!(!friends.is_empty());

Ok(())
Expand Down

0 comments on commit 6026c27

Please sign in to comment.