This commit is contained in:
microproofs 2023-05-30 16:26:56 -04:00 committed by Lucas
parent a65821d5ab
commit e1e65d7695
1 changed files with 1 additions and 1 deletions

View File

@ -2403,7 +2403,7 @@ fn acceptance_test_22_filter_map() {
}
test filter_map_1() {
filter_map([], fn(_) { Some(43) }) == []
filter_map([], fn(_) { Some(42) }) == []
}
"#;