Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Mar 4, 2024
1 parent a97772f commit 41fb9e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2330,8 +2330,6 @@ fn transpose_over_complex_transposition_invalid() -> Result<(), StamError> {
target_side_ids: vec!["A3t".to_string()],
..Default::default()
};
let result = source.transpose(&transposition, config);
eprintln!("{:#?}", result);
assert!(result.is_err());
assert!(source.transpose(&transposition, config).is_err());
Ok(())
}

0 comments on commit 41fb9e6

Please sign in to comment.