Skip to content

Commit

Permalink
IHF: Test name fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Feb 28, 2017
1 parent c1e7cc2 commit 9024948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/date/ToDefaultTimezoneTest.php
Expand Up @@ -13,7 +13,7 @@ public function it_returns_the_value_itself_for_the_empty_values()
}

/** @test */
public function it_converts_valid_datetime_strings_to_default_timezone()
public function it_converts_valid_datetime_string_to_default_timezone()
{
Config::shouldReceive('get')->with('app.timezone')->once()->andReturn('Europe/Kiev');

Expand Down

0 comments on commit 9024948

Please sign in to comment.