From 390c1a291080e2909799f7b66735757eb30d3380 Mon Sep 17 00:00:00 2001 From: Max Murphy Date: Thu, 26 Sep 2024 16:31:10 +0200 Subject: [PATCH] clean --- src/example/paid_service/tests/it/patron_pays_icrc2_tokens.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {