it('should return a SYNCEND command with client identity', function () {
              return handler.apply(null, frames)
                .then(function () {
                  snapshotStub.send.should.have.been.calledWith(
                    match.has('0', 'identity').and(match.has('1', 'SYNCEND'))