Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 2, 2025
1 parent 4239745 commit 233bac8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ee/tabby-webserver/src/service/background_job/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ impl DbMaintainanceJob {

#[cfg(test)]
mod tests {
use super::*;
use chrono::{DateTime, Utc};
use tabby_db::DbConn;

use super::*;

#[tokio::test]
async fn test_retention_should_delete() {
let db = DbConn::new_in_memory().await.unwrap();
Expand Down

0 comments on commit 233bac8

Please sign in to comment.