Skip to content

Commit e2fa512

Browse files
authored
Merge pull request #871 from MpdWalsh/main
fix(structs3.rs): assigned value to cents_per_gram in test
2 parents 359f81d + d1ee2da commit e2fa512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/structs/structs3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ mod tests {
7373
let sender_country = String::from("Spain");
7474
let recipient_country = String::from("Spain");
7575

76-
let cents_per_gram = ???;
76+
let cents_per_gram = 3;
7777

7878
let package = Package::new(sender_country, recipient_country, 1500);
7979

0 commit comments

Comments
 (0)