full reformat
This commit is contained in:
parent
547b7b375a
commit
7f4bb68b9d
@ -170,7 +170,7 @@ mod tests {
|
|||||||
number: nr.to_string(),
|
number: nr.to_string(),
|
||||||
owner: "aaa".to_string(),
|
owner: "aaa".to_string(),
|
||||||
balance: 5_f64,
|
balance: 5_f64,
|
||||||
is_active: true
|
is_active: true,
|
||||||
};
|
};
|
||||||
let payload = AmountData { amount: 10_f64 };
|
let payload = AmountData { amount: 10_f64 };
|
||||||
let req = test::TestRequest::put()
|
let req = test::TestRequest::put()
|
||||||
|
Loading…
Reference in New Issue
Block a user