Skip to content

Commit

Permalink
final unit tests repaired
Browse files Browse the repository at this point in the history
  • Loading branch information
trishorts committed Oct 16, 2024
1 parent 4196788 commit 70f2d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MetaMorpheus/Test/SearchEngineTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ public static void TestModernSearchEngineLowResSimple()

var goodScore = nonNullPsms.Where(p => p.FdrInfo.QValue <= 0.01).Select(s => s.Score).ToList();

Assert.AreEqual(181, goodScore.Count());
Assert.AreEqual(185, goodScore.Count());
}

[Test]
Expand Down

0 comments on commit 70f2d7a

Please sign in to comment.