Fixes unit tests run on Windows

pull/190/head
Tpt 3 years ago
parent b9ef40df07
commit 27f6954175
  1. 1
      lib/tests/store.rs

@ -211,6 +211,7 @@ fn test_open_bad_dir() -> Result<(), Box<dyn Error>> {
}
#[test]
#[cfg(target_os = "linux")]
fn test_bad_stt_open() -> Result<(), Box<dyn Error>> {
let dir = TempDir::default();
let store = Store::open(&dir.0)?;

Loading…
Cancel
Save