it('should return topic on frame 0', function () {
      var actual = evt.toFrames()
      actual[0].should.be.eq(evt.topic)
    })