1
0
Fork 0

tests: rename to easily distinguish days

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2022-12-03 14:51:43 +01:00
parent 35ea8ccb22
commit 53cf875f6f
Signed by: mfocko
GPG key ID: 7C47D46246790496
3 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ fn main() -> Result<()> {
} }
#[cfg(test)] #[cfg(test)]
mod tests { mod day_01 {
use super::*; use super::*;
#[test] #[test]

View file

@ -184,7 +184,7 @@ fn main() -> Result<()> {
} }
#[cfg(test)] #[cfg(test)]
mod tests { mod day_02 {
use super::*; use super::*;
#[test] #[test]

View file

@ -96,7 +96,7 @@ fn main() -> Result<()> {
} }
#[cfg(test)] #[cfg(test)]
mod tests { mod day_03 {
use super::*; use super::*;
#[test] #[test]