aboutsummaryrefslogtreecommitdiff
path: root/src/tests/list.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/list.rs')
-rw-r--r--src/tests/list.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/list.rs b/src/tests/list.rs
index 4c28995..cc969c6 100644
--- a/src/tests/list.rs
+++ b/src/tests/list.rs
@@ -16,7 +16,7 @@ fn not_connected() -> anyhow::Result<()> {
#[test_device]
fn connected(model: nitrokey::Model) -> anyhow::Result<()> {
let re = regex::Regex::new(
- r#"^device path\tmodel\tserial number
+ r#"^USB path\tmodel\tserial number
([[:^space:]]+\t(Pro|Storage|unknown)\t0x[[:xdigit:]]+
)+$"#,
)