Fix test scenario description

This commit is contained in:
Raul Ochoa 2016-10-10 15:37:19 +02:00
parent 8ac656492f
commit 46579093dd

View File

@ -20,7 +20,7 @@ describe('job query order', function() {
};
}
it('should run query with higher user timeout', function (done) {
it('should run job queries in order (single consumer)', function (done) {
var jobRequest1 = createJob(["select 1", "select 2"]);
var jobRequest2 = createJob(["select 3"]);