Merge pull request #2481 from wallabag/some-fixes

Some fixes
This commit is contained in:
Nicolas Lœuillet
2016-10-21 15:15:41 +02:00
committed by GitHub
29 changed files with 68 additions and 19 deletions

View File

@ -219,7 +219,7 @@ JSON;
$res = $consumer->manage($body);
$this->assertFalse($res);
$this->assertTrue($res);
$this->assertFalse($consumer->isStopJob($body));
}
}