From 954f380afb5d3664896977414ee726e511195c03 Mon Sep 17 00:00:00 2001 From: nojaf Date: Fri, 5 Apr 2024 12:01:30 +0200 Subject: [PATCH] Add test if not yet present in dictionary. --- src/Components/TestExplorer.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/TestExplorer.fs b/src/Components/TestExplorer.fs index a5d3305f..cba48dc1 100644 --- a/src/Components/TestExplorer.fs +++ b/src/Components/TestExplorer.fs @@ -1048,7 +1048,7 @@ module TestDiscovery = removed |> Array.map TestItem.getId |> Array.iter targetCollection.delete added - |> Array.filter (TestItem.getId >> isKnownDisplacedFragment) + |> Array.filter (TestItem.getId >> isKnownDisplacedFragment >> not) |> Array.iter targetCollection.add unchanged