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 7baefa0 commit f55ad50Copy full SHA for f55ad50
test/meta_test.rb
@@ -40,8 +40,8 @@ class ApiVersionTest < Test::Unit::TestCase
40
"display_name": "unstable",
41
"supported": false,
42
},
43
- ].to_json
+ ].as_json
44
45
- assert_equal versions, ShopifyAPI::Meta.admin_versions.to_json
+ assert_equal versions, ShopifyAPI::Meta.admin_versions.as_json
46
end
47
0 commit comments