Skip to content

Commit

Permalink
Use a better test description
Browse files Browse the repository at this point in the history
  • Loading branch information
vietqhoang committed Feb 14, 2024
1 parent 41b84fb commit 40df253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/npm_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def code() "200" end
end
end

test "return response is a String type" do
test "return latest version response is a String type" do
response = "version not found".to_json

@npm.stub(:get_json, response) do
Expand Down

0 comments on commit 40df253

Please sign in to comment.