mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
Fix test
This commit is contained in:
parent
5453500458
commit
9095497191
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ JSON;
|
|||
|
||||
$res = $consumer->manage($body);
|
||||
|
||||
$this->assertFalse($res);
|
||||
$this->assertTrue($res);
|
||||
$this->assertFalse($consumer->isStopJob($body));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue