Skip to content

Commit

Permalink
Update test_0210.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
donnie4w committed Oct 9, 2024
1 parent 7fbe5e3 commit 1f384d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_0210.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ mod module4 {
#[tokio::test]
async fn testasyncmod() {
tklog::ASYNC_LOG.set_mod_option("test_0210::module3::*", LogOption { level: None, format: None, formatter: None, console: Some(true), fileoption: Some(Box::new(FileTimeMode::new("asyncmodule2.log", tklog::MODE::DAY, 0, true))) }).await;
tklog::ASYNC_LOG.set_mod_option("test_0210::module4", LogOption { level: None, format: None, formatter: None, console: Some(true), fileoption: Some(Box::new(FileTimeMode::new("asyncmodule2.log", tklog::MODE::DAY, 0, true))) }).await;
module3::testmod().await;
module3::m3::testmod().await;
module3::m4::testmod().await;
Expand Down

0 comments on commit 1f384d7

Please sign in to comment.