From 4c22b2780599a7f07dfb7cf4974712bdc8ad20b2 Mon Sep 17 00:00:00 2001 From: Sven van Heugten Date: Mon, 5 Jan 2026 19:20:36 +0100 Subject: [PATCH] Remove a pointless test --- NightLight.Core.Tests/NightLightTests.fs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/NightLight.Core.Tests/NightLightTests.fs b/NightLight.Core.Tests/NightLightTests.fs index cc8edfc..d33631c 100644 --- a/NightLight.Core.Tests/NightLightTests.fs +++ b/NightLight.Core.Tests/NightLightTests.fs @@ -43,11 +43,6 @@ type NightLightTests() = fakeHome - [] - let ``Brightness should always be under 255`` (interactions: Interaction list) = - let fakeHome = createFakeHomeWithNightLightAndInteract interactions - fakeHome.ForAllLightsThatAreOn(fun (_, brightness, _) -> brightness < 255uy) - [] let ``Lights should be red during the night`` (interactions: Interaction list) = let fakeHome = createFakeHomeWithNightLightAndInteract interactions