Skip to content

Commit

Permalink
Fix(Test): Update Expected Decimal Test Case Output
Browse files Browse the repository at this point in the history
  • Loading branch information
toksdotdev committed Oct 14, 2019
1 parent 6506816 commit 129a449
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
64 changes: 32 additions & 32 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/EnglishConversionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function testDecimalNumber()
);
$this->assertEquals(
$this->converter->convert("233464773.457"),
"two hundred and thirty-three million, four hundred and sixty-four thousand, seven hundred and seventy-three naira, four hundred and fifty-seven kobo only"
"two hundred and thirty-three million, four hundred and sixty-four thousand, seven hundred and seventy-three naira, forty-six kobo only"
);
}
}
Expand Down

0 comments on commit 129a449

Please sign in to comment.