WIP fix tests

This commit is contained in:
Dominik Werder
2023-05-03 17:34:50 +02:00
parent 479cec75e7
commit 03854395ff
28 changed files with 402 additions and 717 deletions

View File

@@ -54,7 +54,7 @@ fn f_c() -> Result<u32, anyhow::Error> {
#[test]
fn test_fc() {
assert_eq!(f_c().is_ok(), true);
assert!(f_c().is_err());
}
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]