Skip to content

Commit 2f089fc

Browse files
committed
Ensured writing consistency with multiple data files
1 parent e415c39 commit 2f089fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MetaMorpheus/Test/PostSearchAnalysisTaskTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ public static void WriteDigestionCountFiles_IsCorrectFromSearchTask(DigestionCou
398398
string searchTaskId = "test";
399399
DigestionParams digestionParams = new DigestionParams(maxModificationIsoforms: testCase.MaxIsoforms, maxMissedCleavages: 0, minPeptideLength: 3);
400400
var db = new List<DbForTask>() { new DbForTask(Path.Combine(TestContext.CurrentContext.TestDirectory, testCase.DbPath), false) };
401-
var files = new List<string>() { Path.Combine(TestContext.CurrentContext.TestDirectory, "DatabaseTests", "sliced_b6.mzML") };
401+
var files = new List<string>() { Path.Combine(TestContext.CurrentContext.TestDirectory, "DatabaseTests", "sliced_b6.mzML"), Path.Combine(TestContext.CurrentContext.TestDirectory, "DatabaseTests", "Q9UHB6_Chym_snip.mzML") };
402402
var tasks = new List<(string, MetaMorpheusTask)>{ (searchTaskId, new SearchTask
403403
{
404404
CommonParameters = new CommonParameters(digestionParams: digestionParams, listOfModsVariable: variableMods),

0 commit comments

Comments
 (0)