Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mokeev1995 committed Feb 7, 2016
2 parents 971fd9e + 6c6551a commit 9964b03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VkNet.Tests/Categories/GroupsCategoryTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -550,10 +550,10 @@ public void GetMembers_NormalCase_ListOfUsesIds()
{
const string url = "https://api.vk.com/method/groups.getMembers?group_id=17683660&v=5.44&access_token=token";
const string json =
@"{
@"{
'response': {
'count': 861,
'users': [
'items': [
116446865,
485839,
23483719,
Expand Down Expand Up @@ -592,7 +592,7 @@ public void GetMembers_NormalCaseAllInputParameters_ListOfUsesIds()
@"{
'response': {
'count': 861,
'users': [
'items': [
1129147,
1137997,
1201582,
Expand Down

0 comments on commit 9964b03

Please sign in to comment.