diff --git a/src/test/scala/RobotTests.scala b/src/test/scala/RobotTests.scala
index c1b4f8e4d973c4d15b92342cd02f112690535443..84bf6dc0421e5b5935f568a3aa6ff09ffea22ff7 100644
--- a/src/test/scala/RobotTests.scala
+++ b/src/test/scala/RobotTests.scala
@@ -19,7 +19,7 @@ class RobotTests extends FeatureSpec with GivenWhenThen with Matchers {
   val r4 = DrivableRole()
 
   feature("Compartments and Roles") {
-    scenario("") {
+    scenario("Calling role behavior") {
       Then("Calling their behavior should return the expected values.")
       r2.getTarget shouldBe task.Target("kitchen")
       r3.readSensor shouldBe 100