Merge pull request #1610 from jrcarl624/patch-1

Updated if3.rs: Added a note that states that the test does not need to be changed.
This commit is contained in:
liv 2023-09-04 13:54:20 +02:00 committed by GitHub
commit c177507db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ pub fn animal_habitat(animal: &str) -> &'static str {
habitat
}
// No test changes needed.
#[cfg(test)]
mod tests {
use super::*;