From 58d82d12c4752954b54623cbb6179acb4394ce55 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Thu, 7 Aug 2025 01:09:12 +0400 Subject: [PATCH] test: cleanup --- src-tauri/tests/common/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src-tauri/tests/common/mod.rs b/src-tauri/tests/common/mod.rs index 6365f72..edd0f34 100644 --- a/src-tauri/tests/common/mod.rs +++ b/src-tauri/tests/common/mod.rs @@ -2,7 +2,6 @@ use std::env; use std::path::PathBuf; use std::process::Command; use std::time::Duration; -use tokio::time::timeout; /// Utility functions for integration tests pub struct TestUtils;