Remove a pointless test

This commit is contained in:
Sven van Heugten 2026-01-05 19:20:36 +01:00
parent 89a8c599c7
commit 4c22b27805

View file

@ -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