it('parses the net type', function() {
        expect(sdp.media[0].connections[0].netType).to.equal('IN');
      });