Remove a pointless test
This commit is contained in:
parent
89a8c599c7
commit
4c22b27805
1 changed files with 0 additions and 5 deletions
|
|
@ -43,11 +43,6 @@ type NightLightTests() =
|
||||||
|
|
||||||
fakeHome
|
fakeHome
|
||||||
|
|
||||||
[<Property>]
|
|
||||||
let ``Brightness should always be under 255`` (interactions: Interaction list) =
|
|
||||||
let fakeHome = createFakeHomeWithNightLightAndInteract interactions
|
|
||||||
fakeHome.ForAllLightsThatAreOn(fun (_, brightness, _) -> brightness < 255uy)
|
|
||||||
|
|
||||||
[<Property>]
|
[<Property>]
|
||||||
let ``Lights should be red during the night`` (interactions: Interaction list) =
|
let ``Lights should be red during the night`` (interactions: Interaction list) =
|
||||||
let fakeHome = createFakeHomeWithNightLightAndInteract interactions
|
let fakeHome = createFakeHomeWithNightLightAndInteract interactions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue