full reformat

This commit is contained in:
Sebastian Hugentobler 2022-03-30 10:45:15 +02:00
parent 547b7b375a
commit 7f4bb68b9d
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ mod tests {
number: nr.to_string(),
owner: "aaa".to_string(),
balance: 5_f64,
is_active: true
is_active: true,
};
let payload = AmountData { amount: 10_f64 };
let req = test::TestRequest::put()