From a4cf11c10fcaadfab738d8e98712551f701eef5a Mon Sep 17 00:00:00 2001 From: Florian Frank Date: Thu, 21 Dec 2017 09:57:16 +0100 Subject: [flori/json] fix test as reported in #343 https://github.com/flori/json/commit/565c72ba9e --- test/json/json_common_interface_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/json') diff --git a/test/json/json_common_interface_test.rb b/test/json/json_common_interface_test.rb index 6f32247a05..53f335ed3b 100644 --- a/test/json/json_common_interface_test.rb +++ b/test/json/json_common_interface_test.rb @@ -56,7 +56,7 @@ class JSONCommonInterfaceTest < Test::Unit::TestCase end def test_parse_bang - assert_equal [ 1, NaN, 3, ], JSON.parse!('[ 1, NaN, 3 ]') + assert_equal [ 1, Infinity, 3, ], JSON.parse!('[ 1, Infinity, 3 ]') end def test_generate -- cgit v1.2.3