1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

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
commit f99ddbc6f8
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));
}
}