Improve test name
This commit is contained in:
parent
b53151b4c5
commit
1ad118c6d8
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ type NightLightTests() =
|
||||||
| On(_, color) -> color = Red)
|
| On(_, color) -> color = Red)
|
||||||
|
|
||||||
[<Property(Arbitrary = [| typeof<ArbitraryNonRemotelyControlledLight> |])>]
|
[<Property(Arbitrary = [| typeof<ArbitraryNonRemotelyControlledLight> |])>]
|
||||||
let ``All non-remotely controlled lights should be on if they have power`` (light: Light) =
|
let ``All non-remotely controlled lights with power should be on`` (light: Light) =
|
||||||
genRandomInteractions light
|
genRandomInteractions light
|
||||||
|> ensureStartsWithTimeChanged
|
|> ensureStartsWithTimeChanged
|
||||||
|> ensureLightHasPower light
|
|> ensureLightHasPower light
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue