Skip to content

Commit 324b92a

Browse files
committedMar 23, 2017
Fix tests
1 parent a0a524a commit 324b92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/hydra/parseHydraDocumentation.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ test('parse a Hydra documentation', () => {
379379
return parseHydraDocumentation('http://localhost').then(data => {
380380
const expectedApi = {
381381
"entrypoint": "http://localhost",
382-
"title": "API Platform",
382+
"title": "API Platform's demo",
383383
"resources": [
384384
{
385385
"name": "books",

0 commit comments

Comments
 (0)
Please sign in to comment.