Skip to content

Commit

Permalink
Fixed broken XL test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Sol committed Sep 13, 2024
1 parent 06ca65d commit 329d9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MetaMorpheus/Test/XLTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,8 @@ public static void XlTest_MoreComprehensive()
}
}

Assert.AreEqual(47, inter);
Assert.AreEqual(73, intra);
Assert.AreEqual(53, inter);
Assert.AreEqual(81, intra);
Assert.AreEqual(0, unnasignedCrossType);


Expand Down

0 comments on commit 329d9e8

Please sign in to comment.