Added note related to tests.

This commit is contained in:
Joshua Carlson 2023-08-01 13:33:32 -04:00 committed by GitHub
parent 11d8aea96f
commit 828e724659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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