Skip to content

Commit

Permalink
Update ClusterTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere authored Sep 25, 2024
1 parent ec6dd4e commit ef9a26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Twilio.Test/ClusterTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void TestFetchingOrgsAccounts()
accountList = Twilio.Rest.PreviewIam.Organizations.AccountResource.Read(orgsSid);
Assert.IsNotNull(accountList.ElementAt(0).FriendlyName);

var userList = UserResource.Read(pathOrganizationSid: orgsSid);
var userList = UserResource.Read(orgsSid);
Assert.IsNotNull(userList);

}
Expand Down

0 comments on commit ef9a26f

Please sign in to comment.