Fix test name
This commit is contained in:
parent
75e1170cf2
commit
0033fed73e
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ type NightLightTests() =
|
||||||
|> Prop.trivial (Seq.isEmpty lightsWithPower)
|
|> Prop.trivial (Seq.isEmpty lightsWithPower)
|
||||||
|
|
||||||
[<Property>]
|
[<Property>]
|
||||||
let ``After pressing 'Off' on the remote, all lights that have power should be on as long as the 'On' button isn't pressed and a new day doesn't start``
|
let ``After pressing 'Off' on the remote, all remotely controlled lights should be off as long as the 'On' button isn't pressed and a new day doesn't start``
|
||||||
()
|
()
|
||||||
=
|
=
|
||||||
concatGens
|
concatGens
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue