Skip to content

Commit ad7e757

Browse files
committed
fix: improper java tests
1 parent 14b700b commit ad7e757

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/targets/java/info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module.exports = {
44
key: 'java',
5-
title: 'JAVA',
5+
title: 'Java',
66
extname: '.java',
77
default: 'unirest'
88
}

test/fixtures/available-targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
{
4242
"key": "unirest",
4343
"title": "Unirest",
44-
"link": "http://unirest.io/",
44+
"link": "http://unirest.io/nodejs.html",
4545
"description": "Lightweight HTTP Request Client Library"
4646
}
4747
]
@@ -118,15 +118,15 @@
118118
},
119119
{
120120
"key": "java",
121-
"title": "JAVA",
121+
"title": "Java",
122122
"extname": ".java",
123123
"default": "unirest",
124124
"clients": [
125125
{
126126
"key": "unirest",
127127
"title": "Unirest",
128128
"link": "http://unirest.io/java.html",
129-
"description": "Unirest Java interface"
129+
"description": "Lightweight HTTP Request Client Library"
130130
}
131131
]
132132
}

0 commit comments

Comments
 (0)