[segmented/createQueue] english

This commit is contained in:
spalger 2015-11-04 14:17:04 -06:00
parent 14bef6cdd9
commit 8b422b2310

View file

@ -45,7 +45,7 @@ describe('ui/courier/fetch/request/segmented/_createQueue', () => {
expect(output).to.equal(indices);
});
it(`tells the index pattern it's direction`, async function () {
it('tells the index pattern its direction', async function () {
const source = new MockSource();
const ip = source.get('index');
const req = new SegmentedReq(source);