Improve test name
This commit is contained in:
parent
2443468eb4
commit
b9a318a5f1
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ type NightLightTests() =
|
||||||
fakeHome.ForAllLightsThatAreOn(fun (_, _, color) -> color = Red)
|
fakeHome.ForAllLightsThatAreOn(fun (_, _, color) -> color = Red)
|
||||||
|
|
||||||
[<Property>]
|
[<Property>]
|
||||||
let ``After pressing 'Off' on the remote, the remotely controlled lights should stay off until 'On' is pressed again``
|
let ``After pressing 'Off' on the remote, the remotely controlled lights should stay off until 'On' is pressed``
|
||||||
()
|
()
|
||||||
=
|
=
|
||||||
genInteractionListContaining
|
genInteractionListContaining
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue