Move to net8 and use passthru infra (#76)

This commit is contained in:
Patrick Stevens
2024-05-31 21:36:59 +01:00
committed by GitHub
parent 09d44d1765
commit 32882dcbfd
14 changed files with 216 additions and 439 deletions

View File

@@ -222,7 +222,7 @@ module TestRepo =
recoveredUser |> shouldEqual user
CollectionAssert.AreEqual (existingRepos.Keys, errors.Keys)
existingRepos.Keys |> shouldEqual errors.Keys
for _repo, config in Map.toSeq errors do
match config with