Skip to content

Commit

Permalink
Add test if not yet present in dictionary.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Apr 5, 2024
1 parent b0d2ebe commit 954f380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/TestExplorer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 954f380

Please sign in to comment.