summaryrefslogtreecommitdiff
path: root/test/psych/json
diff options
context:
space:
mode:
Diffstat (limited to 'test/psych/json')
-rw-r--r--test/psych/json/test_stream.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/json/test_stream.rb b/test/psych/json/test_stream.rb
index 0af64c1885..4690ad2f1e 100644
--- a/test/psych/json/test_stream.rb
+++ b/test/psych/json/test_stream.rb
@@ -95,7 +95,7 @@ module Psych
time = Time.utc(2010, 10, 10)
@stream.push({'a' => time })
json = @io.string
- assert_match "{\"a\": \"2010-10-10 00:00:00.000000000Z\"}\n", json
+ assert_match "{\"a\": \"2010-10-10 00:00:00.000000000 Z\"}\n", json
end
def test_datetime