Skip to content

Commit

Permalink
Fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbrauer committed Nov 14, 2017
1 parent 7c0980e commit da807e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/UnitConverter/Unit/Time/Second.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ protected function configure (): void
$this
->setName("second")

# Double-prime Notation: ′′
->setSymbol("s")

->setUnits(1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected function tearDown ()
/**
* @test
*/
public function assert1DegreeIs57decimal2958Degrees ()
public function assert1RadianIs57decimal2958Degrees ()
{
$expected = 57.2958;
$actual = $this->converter
Expand Down

0 comments on commit da807e6

Please sign in to comment.