File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ func TestSendingAText(t *testing.T) {
3838}
3939
4040func TestListingNumbers (t * testing.T ) {
41- resp , err := testClient .ApiV2010 .ListIncomingPhoneNumber (nil , 0 )
41+ resp , err := testClient .ApiV2010 .ListIncomingPhoneNumber (nil )
4242 assert .Nil (t , err )
4343 assert .NotNil (t , resp )
4444 // from, to numbers plus any other numbers that's configured for the account.
@@ -49,7 +49,7 @@ func TestListingANumber(t *testing.T) {
4949 params := & openapi.ListIncomingPhoneNumberParams {}
5050 params .SetPhoneNumber (from )
5151
52- resp , err := testClient .ApiV2010 .ListIncomingPhoneNumber (params , 0 )
52+ resp , err := testClient .ApiV2010 .ListIncomingPhoneNumber (params )
5353 assert .Nil (t , err )
5454 assert .NotNil (t , resp )
5555 assert .Equal (t , 1 , len (resp ))
You can’t perform that action at this time.
0 commit comments