File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -182,19 +182,6 @@ describe('MosaicHttp', () => {
182182 } ) ;
183183 } ) ;
184184
185- describe ( 'getMosaics' , ( ) => {
186- it ( 'should return mosaics given array of mosaicIds' , ( done ) => {
187- mosaicHttp . getMosaics ( [ mosaicId ] )
188- . subscribe ( ( mosaicInfos ) => {
189- expect ( mosaicInfos [ 0 ] . height . lower ) . not . to . be . null ;
190- expect ( mosaicInfos [ 0 ] . divisibility ) . to . be . equal ( 3 ) ;
191- expect ( mosaicInfos [ 0 ] . isSupplyMutable ( ) ) . to . be . equal ( true ) ;
192- expect ( mosaicInfos [ 0 ] . isTransferable ( ) ) . to . be . equal ( true ) ;
193- done ( ) ;
194- } ) ;
195- } ) ;
196- } ) ;
197-
198185 describe ( 'getMosaicsNames' , ( ) => {
199186 it ( 'should call getMosaicsNames successfully' , ( done ) => {
200187 mosaicHttp . getMosaicsNames ( [ mosaicId ] ) . subscribe ( ( mosaicNames ) => {
You can’t perform that action at this time.
0 commit comments