File tree Expand file tree Collapse file tree
src/Bandwidth.Standard.Test/Smoke Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ public void CreateGetAsyncBulkLookupTest()
100100 Assert . Equal ( bwNumber , getData . Results [ 0 ] . PhoneNumber ) ;
101101 Assert . IsType < LineTypeEnum > ( getData . Results [ 0 ] . LineType ) ;
102102 Assert . Equal ( LineTypeEnum . VOIP , getData . Results [ 0 ] . LineType ) ;
103- Assert . IsType < string > ( getData . Results [ 0 ] . MessagingProvider ) ;
104103 Assert . Equal ( "BANDWIDTH" , getData . Results [ 0 ] . VoiceProvider ) ;
105104 Assert . Equal ( "USA" , getData . Results [ 0 ] . CountryCodeA3 ) ;
106105 }
@@ -130,7 +129,6 @@ public void CreateSyncLookupTest()
130129 Assert . Equal ( bwNumber , data . Results [ 0 ] . PhoneNumber ) ;
131130 Assert . IsType < LineTypeEnum > ( data . Results [ 0 ] . LineType ) ;
132131 Assert . Equal ( LineTypeEnum . VOIP , data . Results [ 0 ] . LineType ) ;
133- Assert . IsType < string > ( data . Results [ 0 ] . MessagingProvider ) ;
134132 Assert . Equal ( "BANDWIDTH" , data . Results [ 0 ] . VoiceProvider ) ;
135133 Assert . Equal ( "USA" , data . Results [ 0 ] . CountryCodeA3 ) ;
136134 }
You can’t perform that action at this time.
0 commit comments