We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccff92 commit f72f36fCopy full SHA for f72f36f
labs/src/test/scala/org/scalalabs/basic/lab03/OptionExerciseTest.scala
@@ -24,11 +24,10 @@ class OptionExerciseTest extends Specification {
24
"correctly show the state of a room that does not exist (no entry in Map)" in {
25
roomState(rooms, 100) === "not existing"
26
}
27
- "OptionExercise02" should {
28
- "calculate total amount of people in rooms" in {
29
- OptionExercise02.totalPeopleInRooms(rooms) === 34
30
- }
+ }
+ "OptionExercise02" should {
+ "calculate total amount of people in rooms" in {
+ OptionExercise02.totalPeopleInRooms(rooms) === 34
31
32
33
-
34
0 commit comments