mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Formatting fix
This commit is contained in:
parent
66a5510873
commit
a08c63a021
|
|
@ -20,7 +20,6 @@ class ErrorTest extends \PHPUnit\Framework\TestCase
|
|||
public function testForecastError()
|
||||
{
|
||||
self::assertEquals(1000 - 700, Error::getForecastError(1000, 700));
|
||||
|
||||
self::assertEquals(
|
||||
[
|
||||
400 - 300,
|
||||
|
|
@ -38,7 +37,6 @@ class ErrorTest extends \PHPUnit\Framework\TestCase
|
|||
public function testErrorPercentage()
|
||||
{
|
||||
self::assertEquals(300 / 1000, Error::getPercentageError(300, 1000), '', 0.01);
|
||||
|
||||
self::assertEquals(
|
||||
[
|
||||
(400 - 300) / 400,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user