it('should return topics in second frame', function () {
        var frames = toFrames(['SYNCSTART', '/test', 1])
        var actual = target.get(frames).toFrames()
        actual.should.have.property('1', '/test')
      })