diff --git a/src/example/paid_service/tests/it/patron_pays_icrc2_tokens.rs b/src/example/paid_service/tests/it/patron_pays_icrc2_tokens.rs index 9d56ba6..21665d5 100644 --- a/src/example/paid_service/tests/it/patron_pays_icrc2_tokens.rs +++ b/src/example/paid_service/tests/it/patron_pays_icrc2_tokens.rs @@ -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 = setup.call_paid_service(setup.unauthorized_user, method, &payment_arg); @@ -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 {