Skip to content

Commit bcba7a3

Browse files
authored
Update TuplesSpec.scala
1 parent 873a951 commit bcba7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/exercises/stdlib/TuplesSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class TuplesSpec extends Spec with Checkers {
3131
check(
3232
Test.testSuccess(
3333
Tuples.assignVariablesTuples _,
34-
"Sean Rogers" :: 21 :: 3.5F :: HNil
34+
"Sean Rogers" :: 21 :: 3.5D :: HNil
3535
)
3636
)
3737
}

0 commit comments

Comments
 (0)