Skip to content

Commit f72f36f

Browse files
committed
removed nesting
1 parent 8ccff92 commit f72f36f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

labs/src/test/scala/org/scalalabs/basic/lab03/OptionExerciseTest.scala

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ class OptionExerciseTest extends Specification {
2424
"correctly show the state of a room that does not exist (no entry in Map)" in {
2525
roomState(rooms, 100) === "not existing"
2626
}
27-
"OptionExercise02" should {
28-
"calculate total amount of people in rooms" in {
29-
OptionExercise02.totalPeopleInRooms(rooms) === 34
30-
}
27+
}
28+
"OptionExercise02" should {
29+
"calculate total amount of people in rooms" in {
30+
OptionExercise02.totalPeopleInRooms(rooms) === 34
3131
}
3232
}
33-
3433
}

0 commit comments

Comments
 (0)