mirror of
https://github.com/HigherOrderCO/Bend.git
synced 2024-11-05 04:51:40 +03:00
Swap hang test results
This commit is contained in:
parent
ce885a29fd
commit
a87e2ed8fb
@ -187,6 +187,6 @@ fn hangs() {
|
||||
});
|
||||
std::thread::sleep(std::time::Duration::from_secs(expected_normalization_time));
|
||||
|
||||
if !*lck.read().unwrap() { Err("Hangs".into()) } else { Ok("Not hangs".into()) }
|
||||
if !*lck.read().unwrap() { Ok("Hangs".into()) } else { Err("Doesn't hang".into()) }
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user