tests: fix filter_in_map_test.v (it did not have a `test_` function in it)
parent
948f63b507
commit
5564a2c1da
|
@ -1,4 +1,4 @@
|
|||
fn filter_in_map_test() {
|
||||
fn test_filter_in_map() {
|
||||
x := [['']]
|
||||
y := x.map(it.filter(it != ''))
|
||||
assert y[0].len == 0
|
||||
|
|
Loading…
Reference in New Issue