Skip to content

Commit 100a1f1

Browse files
committed
Fix test fail caused by Ruby TZ change
1 parent f93d594 commit 100a1f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/unit/xml_to_hash_test.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ def test_float_percentage
4646
"item_service_ret" => {
4747
"xml_attributes" => {},
4848
"list_id" => "80000005-1468535148",
49-
"time_created" => "2016-07-14T15:25:48-08:00",
50-
"time_modified" => "2016-07-14T15:25:48-08:00",
49+
"time_created" => "2016-07-14T15:25:48+00:00",
50+
"time_modified" => "2016-07-14T15:25:48+00:00",
5151
"edit_sequence" => "1468535148",
5252
"name" => "let's get intuit",
5353
"full_name" => "let's get intuit",
@@ -79,8 +79,8 @@ def test_float_percentage
7979
iteratorID="{10c05cbd-b25b-4a85-8aa0-8bce89e6e900}">
8080
<ItemServiceRet>
8181
<ListID>80000005-1468535148</ListID>
82-
<TimeCreated>2016-07-14T15:25:48-08:00</TimeCreated>
83-
<TimeModified>2016-07-14T15:25:48-08:00</TimeModified>
82+
<TimeCreated>2016-07-14T15:25:48+00:00</TimeCreated>
83+
<TimeModified>2016-07-14T15:25:48+00:00</TimeModified>
8484
<EditSequence>1468535148</EditSequence>
8585
<Name>let's get intuit</Name>
8686
<FullName>let's get intuit</FullName>

0 commit comments

Comments
 (0)