summaryrefslogtreecommitdiffstats
path: root/crates/core/plugin_sm/tests/plugin.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/core/plugin_sm/tests/plugin.rs')
-rw-r--r--crates/core/plugin_sm/tests/plugin.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/core/plugin_sm/tests/plugin.rs b/crates/core/plugin_sm/tests/plugin.rs
index e9c985f2..724813fb 100644
--- a/crates/core/plugin_sm/tests/plugin.rs
+++ b/crates/core/plugin_sm/tests/plugin.rs
@@ -2,7 +2,6 @@
mod tests {
use agent_interface::{SoftwareError, SoftwareModule, SoftwareModuleUpdate};
- use assert_matches::assert_matches;
use plugin_sm::plugin::{deserialize_module_info, ExternalPluginCommand, Plugin};
use serial_test::serial;
use std::{fs, io::Write, path::PathBuf, str::FromStr};