it('should use right syntax given sprint ID', function (done) {
      var expected = 'type = "Story" AND sprint = 42'
      issues._buildQuery('Story', '42').should.eql(expected)
      done()
    })