Added a very important note : )

This commit is contained in:
jstuczyn
2020-03-16 17:04:48 +00:00
parent a44272be60
commit 81ac2b97f4
@@ -88,6 +88,7 @@ mod converting_mixnode_presence_into_topology_mixnode {
let result: Result<mix::Node, std::io::Error> = mix_presence.try_into();
// assert!(result.is_err()) // This fails only for me. Why?
// ¯\_(ツ)_/¯ - works on my machine (and travis)
}
#[test]