Skip to content

Commit 208a4d9

Browse files
committed
removed nesting
1 parent f72f36f commit 208a4d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +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
}
3333

0 commit comments

Comments
 (0)