rename test
This commit is contained in:
parent
94c5a487cc
commit
8469726347
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ mod tests {
|
|||
use super::{all_days, Day};
|
||||
|
||||
#[test]
|
||||
fn every_day_iterator() {
|
||||
fn all_days_iterator() {
|
||||
let mut iter = all_days();
|
||||
|
||||
assert_eq!(iter.next(), Some(Day(1)));
|
||||
|
|
Loading…
Add table
Reference in a new issue