-
-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Исправлено - поле User.Military это массив
- Loading branch information
1 parent
feef559
commit dc69c40
Showing
4 changed files
with
46 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
VkNet.Tests/TestData/Categories/Users/Get_Male_SingleUser.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"response": [ | ||
{ | ||
"id": 43136387, | ||
"military": [ | ||
{ | ||
"unit": "145 отдельный инженерно-саперный батальон 31 Висленской танковой", | ||
"unit_id": 3363063, | ||
"from": 1986, | ||
"until": 1988 | ||
} | ||
], | ||
"first_name": "Влад", | ||
"last_name": "Невідомий", | ||
"can_access_closed": true, | ||
"is_closed": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters