Added note related to tests.
This commit is contained in:
parent
11d8aea96f
commit
828e724659
|
@ -28,7 +28,7 @@ pub fn animal_habitat(animal: &str) -> &'static str {
|
|||
|
||||
habitat
|
||||
}
|
||||
|
||||
// No test changes needed.
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
|
Loading…
Reference in New Issue