mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 14:08:40 +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()
|
public function testForecastError()
|
||||||
{
|
{
|
||||||
self::assertEquals(1000 - 700, Error::getForecastError(1000, 700));
|
self::assertEquals(1000 - 700, Error::getForecastError(1000, 700));
|
||||||
|
|
||||||
self::assertEquals(
|
self::assertEquals(
|
||||||
[
|
[
|
||||||
400 - 300,
|
400 - 300,
|
||||||
|
|
@ -38,7 +37,6 @@ class ErrorTest extends \PHPUnit\Framework\TestCase
|
||||||
public function testErrorPercentage()
|
public function testErrorPercentage()
|
||||||
{
|
{
|
||||||
self::assertEquals(300 / 1000, Error::getPercentageError(300, 1000), '', 0.01);
|
self::assertEquals(300 / 1000, Error::getPercentageError(300, 1000), '', 0.01);
|
||||||
|
|
||||||
self::assertEquals(
|
self::assertEquals(
|
||||||
[
|
[
|
||||||
(400 - 300) / 400,
|
(400 - 300) / 400,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user