Skip to content

Commit

Permalink
Expand PM2 tests to all node versions (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpcastro authored May 15, 2019
1 parent 05bc1ce commit 68d7c13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Oryx.Tests.Common/TestValueGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public static IEnumerable<object[]> GetPythonVersions()
public static IEnumerable<object[]> GetNodeVersions_SupportPm2()
{
return NodeVersions
.Where(v => !v.StartsWith("4."))
.Select(v => new object[] { v });
}
}
Expand Down

0 comments on commit 68d7c13

Please sign in to comment.