mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +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);
|
$res = $consumer->manage($body);
|
||||||
|
|
||||||
$this->assertFalse($res);
|
$this->assertTrue($res);
|
||||||
$this->assertFalse($consumer->isStopJob($body));
|
$this->assertFalse($consumer->isStopJob($body));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue