Skip to content

Commit

Permalink
Fix invalid JSON in test example (#189)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti authored Nov 7, 2024
1 parent 7f08123 commit b3d155d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/test.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To create a test definition, you must write JSON documents that look like this:
"description": "Load from an external file, relative to the test",
"valid": true,
"dataPath": "../my-data.json"
},
}
]
}
```
Expand Down

0 comments on commit b3d155d

Please sign in to comment.