Skip to content

Commit

Permalink
Remove call that breaks the monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen authored Oct 4, 2018
1 parent 119697d commit 44a82ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Monitor/TestSuite/Configuration/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public function invokeTest()
$connTest = new TestCase\Database\Connection($testData);
$testResult = $connTest->getTestResult();
$this->addTestResult($testResult);
$this->setState($this->calculateState());
}

/**
Expand Down

0 comments on commit 44a82ab

Please sign in to comment.