From 150fa265de5fec13eaf9fbe27f8730c1be9ba59e Mon Sep 17 00:00:00 2001 From: Sven van Heugten Date: Thu, 8 Jan 2026 22:10:20 +0100 Subject: [PATCH] Use shorthand --- NightLight.Core.Tests/NightLightTests.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NightLight.Core.Tests/NightLightTests.fs b/NightLight.Core.Tests/NightLightTests.fs index 818233e..935f4c6 100644 --- a/NightLight.Core.Tests/NightLightTests.fs +++ b/NightLight.Core.Tests/NightLightTests.fs @@ -64,7 +64,7 @@ type NightLightTests() = | On(_, color) -> color = Red) [ |])>] - let ``All non-remotely controlled lights should be on *if and only if* they have power`` (light: Light) = + let ``All non-remotely controlled lights should be on iff they have power`` (light: Light) = genInitialInteractions light |> Arb.fromGen |> Prop.forAll <| fun interactions -> let fakeHome = createFakeHomeWithNightLightAndInteract interactions