Skip to content

Commit

Permalink
removed rogue line - sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehollas123 committed Feb 7, 2024
1 parent f626896 commit cd1b1e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TopDownProteomics.Tests/ProForma/ToPicParserTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ public void ParsingExceptionTesting(string topPIC, string exMessage)
[TestCase(@"Phospho,79.966331,STY,any,2O", "Failed to parse UniMod Id 2O")]
[TestCase(@"Phospho,79b.966331,STY,any,-1", "invalid UniMod Id or mass")]
[TestCase(@"Phospho,79.966331,STY,any,-5", "invalid UniMod Id or mass")]

public void ModFilePArsingExceptionTesting(string modFileString, string exMessage)
{
MemoryStream stream = new MemoryStream(Encoding.UTF8.GetBytes(modFileString));
Expand Down

0 comments on commit cd1b1e3

Please sign in to comment.