Skip to content

Commit 8da6442

Browse files
authored
Update OptionsSpec.scala
1 parent 06162f8 commit 8da6442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/exercises/stdlib/OptionsSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class OptionsSpec extends Spec with Checkers {
4242
check(
4343
Test.testSuccess(
4444
Options.matchOptions _,
45-
20F :: 0F :: HNil
45+
20D :: 0D :: HNil
4646
)
4747
)
4848
}

0 commit comments

Comments
 (0)