fixed dnd

This commit is contained in:
2026-04-03 23:45:58 +02:00
parent 492f0787cb
commit 941942d550
3 changed files with 90 additions and 23 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ mod tests {
#[tokio::test]
async fn test_disk_not_found() {
let state = mock_state(AppState::default());
let state = state_with_disk("/", 100, 50);
let config = Config::default();
let result = DiskModule
.run(&config, &state.receivers, &["/nonexistent"])