We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1851fd6 commit 7521f5cCopy full SHA for 7521f5c
1 file changed
test/json_decode_test.rb
@@ -15,6 +15,7 @@ def test_decode_hash
15
end
16
17
def test_decode_with_nil
18
- assert_raises(Fog::JSON::DecodeError) { Fog::JSON.decode(nil) }
+ @expected = nil
19
+ assert_equal @expected, Fog::JSON.decode(nil)
20
21
0 commit comments