Merge pull request #871 from MpdWalsh/main

fix(structs3.rs): assigned value to cents_per_gram in test
This commit is contained in:
diannasoreil 2021-10-31 17:25:18 +01:00 committed by GitHub
commit e2fa512e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ mod tests {
let sender_country = String::from("Spain");
let recipient_country = String::from("Spain");
let cents_per_gram = ???;
let cents_per_gram = 3;
let package = Package::new(sender_country, recipient_country, 1500);