Skip to content

Commit c14b20e

Browse files
authored
Merge pull request #234 from AnthonyLaw/patch-1
delete duplicate test.
2 parents 49aecd7 + 6b037d5 commit c14b20e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

e2e/infrastructure/MosaicHttp.spec.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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) => {

0 commit comments

Comments
 (0)