diff --git a/IntegrationTests/3_Components/NodeResultsTests.cs b/IntegrationTests/3_Components/NodeResultsTests.cs index 9b392eb57..f02748fdc 100644 --- a/IntegrationTests/3_Components/NodeResultsTests.cs +++ b/IntegrationTests/3_Components/NodeResultsTests.cs @@ -107,6 +107,7 @@ public void ReactionForcesIDsTests() { 3026, 3027, }; + for (int i = 0; i < expected.Count; i++) { Assert.Equal(expected[i], output1[i].Value); }