Skip to content
Snippets Groups Projects
Commit 29f0110c authored by Max Leuthäuser's avatar Max Leuthäuser
Browse files

- fixed missing test scenario description

parent 0053d090
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment