Skip to content

Commit 0cd6125

Browse files
committedMar 3, 2025
Fix test involving JSON gem changes
Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
1 parent 451a584 commit 0cd6125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎gem/test/rbi-central/repo_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_index_bad_json
1717
e = assert_raises(RBICentral::Index::Error) do
1818
@repo.index
1919
end
20-
assert_equal("Invalid JSON in `index.json`: unexpected token at ''", e.message)
20+
assert_equal("Invalid JSON in `index.json`: unexpected end of input", e.message)
2121
end
2222

2323
def test_index_bad_schema

0 commit comments

Comments
 (0)
Failed to load comments.