massa icon indicating copy to clipboard operation
massa copied to clipboard

Avoid using format! for Operation Eq

Open sydhds opened this issue 2 years ago • 0 comments

In massa-models/src/operation.rs, unit tests use for instance:

assert_eq!(format!("{}", res_op), format!("{}", op));

Seems very weak comparison...

sydhds avatar Oct 18 '22 08:10 sydhds