Skip to content

Commit

Permalink
fix: fixes crash when merging groups in a node test (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook authored Jun 22, 2023
1 parent 58cef81 commit e1e42c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/source/TestRunner.bs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ namespace rooibos
realTest = new rooibos.Test(m, testData)
realTest.testSuite = testSuite
realGroup.tests.push(realTest)
test = group.tests[i]
test = group.tests[testDataIndex]
realTest.result.merge(test.result)
end for
end for
Expand Down

0 comments on commit e1e42c4

Please sign in to comment.