We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451a584 commit 0cd6125Copy full SHA for 0cd6125
gem/test/rbi-central/repo_test.rb
@@ -17,7 +17,7 @@ def test_index_bad_json
17
e = assert_raises(RBICentral::Index::Error) do
18
@repo.index
19
end
20
- assert_equal("Invalid JSON in `index.json`: unexpected token at ''", e.message)
+ assert_equal("Invalid JSON in `index.json`: unexpected end of input", e.message)
21
22
23
def test_index_bad_schema
0 commit comments