Initial Upload
This commit is contained in:
19
tests/resources/RemoteDataSet.json
Normal file
19
tests/resources/RemoteDataSet.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"id": 1,
|
||||
"Date": "2019-07-29 13:11:00",
|
||||
"title": "Title 1"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"Date": "2019-07-30 03:04:00",
|
||||
"title": null
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"Date": "31-07-2019 06:51 AM",
|
||||
"title": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user