[Tests] Fixed the tests for wc_timezone_string()

This commit is contained in:
Claudio Sanches 2014-12-10 16:09:01 -02:00
parent a579ce4578
commit 130ddb2b56
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ class WC_Tests_Formatting_Functions extends WC_Unit_Test_Case {
// test with manually set UTC offset
update_option( 'gmt_offset', -4 );
$this->assertEquals( 'America/Boa_Vista', wc_timezone_string() );
$this->assertEquals( 'America/Halifax', wc_timezone_string() );
// test with invalid offset
update_option( 'gmt_offset', 99 );