Skip to content

Commit

Permalink
Fix compile error in 2.12 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Olafur Pall Geirsson committed Mar 14, 2020
1 parent be8fc55 commit 2d2b83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class MyRerunSuite extends munit.FunSuite {
if (rerunCount == 1) test
else {
test.withBody(() => {
Future.sequence(1.to(rerunCount).map(_ => test.body()))
Future.sequence(1.to(rerunCount).map(_ => test.body()).toList)
})
}
})
Expand Down

0 comments on commit 2d2b83c

Please sign in to comment.