Skip to content

Commit

Permalink
test-cases: RMLTTC0000: add resource
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVanAssche committed Apr 12, 2024
1 parent d72c15a commit 3678a9c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions test-cases/RMLTTC0000/Friends.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"id": 0,
"name": "Monica Geller",
"age": 33
},
{
"id": 1,
"name": "Rachel Green",
"age": 34
},
{
"id": 2,
"name": "Joey Tribbiani",
"age": 35
},
{
"id": 3,
"name": "Chandler Bing",
"age": 36
},
{
"id": 4,
"name": "Ross Geller",
"age": 37
}
]

0 comments on commit 3678a9c

Please sign in to comment.