Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroProofs committed May 30, 2023
1 parent 0149cb9 commit d201b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aiken-project/src/tests/gen_uplc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2403,7 +2403,7 @@ fn acceptance_test_22_filter_map() {
}
test filter_map_1() {
filter_map([], fn(_) { Some(43) }) == []
filter_map([], fn(_) { Some(42) }) == []
}
"#;

Expand Down

0 comments on commit d201b1e

Please sign in to comment.