Skip to content

Commit

Permalink
Update libparsec/crates/platform_device_loader/tests/remove.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Aurelia <[email protected]>
  • Loading branch information
FirelightFlagboy and AureliaDolo authored Oct 4, 2024
1 parent 326543c commit 7f9e4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libparsec/crates/platform_device_loader/tests/remove.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ async fn remove_ok(tmp_path: TmpPath, env: &TestbedEnv) {
remove_device(&key_file).await.unwrap();

// 3. Check that the device as been removed.
assert!(!key_file.exists(), "Device file should have been archived");
assert!(!key_file.exists(), "Device file should have been removed");
}

0 comments on commit 7f9e4c9

Please sign in to comment.