Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Oleh Mell <[email protected]>
  • Loading branch information
F3Joule and olehmell committed Apr 9, 2024
1 parent 8d4586a commit 6eccce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/energy/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ fn charge_transaction_should_pay_with_energy_if_proxy_caller() {
}

#[test]
fn charge_transaction_with_proxy_should_pay_with_native_tokens_if_not_real_proxy() {
fn charge_transaction_with_proxy_should_pay_with_native_token_of_caller_if_not_real_proxy() {
ExtBuilder::default().value_coefficient(3.36f64).build().execute_with(|| {
let real_account = account(1);
let proxy_account = account(2);
Expand Down

0 comments on commit 6eccce9

Please sign in to comment.