Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Sep 26, 2024
1 parent 671de66 commit 390c1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/example/paid_service/tests/it/patron_pays_icrc2_tokens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fn user_pays_tokens_for_user2() {
"Expected the user==patron balance to be charged for the ICRC2 approve".to_string(),
);
}
// An unauthorized user should not be able to make a call.
// `unauthorized_user` has not paid so should not be able to make a call.
{
let response: Result<String, PaymentError> =
setup.call_paid_service(setup.unauthorized_user, method, &payment_arg);
Expand All @@ -72,7 +72,7 @@ fn user_pays_tokens_for_user2() {
.to_string(),
);
}
// user2 should be able to make the call.
// `user2` should be able to make the call.
{
// Call the API
{
Expand Down

0 comments on commit 390c1a2

Please sign in to comment.