Skip to content

Commit

Permalink
removed obsolete TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
s3inlc committed Mar 28, 2023
1 parent 01ba4da commit fc4b522
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/tests/integration/RuleSplitTest.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ private function testRuleSplit() {
if (!is_array($response)) {
$this->testFailed("RuleSplitTest:testRuleSplit()", sprintf("Expected benchmark to return OK."));
} else {
#TODO implement test for checking results
if (!$this->getTask('task-1 (From Rule Split)') === false) {
$this->testSuccess("RuleSplitTest:testRuleSplit()");
} else {
Expand Down

0 comments on commit fc4b522

Please sign in to comment.