diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-20 23:03:37 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-20 23:03:37 +0200 |
commit | 9095497191684707ce35aafe9b31822b8cf96a0f (patch) | |
tree | f361d43981d128818a82236c307c35191180509f /tests | |
parent | 54535004587693952f4aef5ee5798298f4cda7fa (diff) | |
download | wallabag-9095497191684707ce35aafe9b31822b8cf96a0f.tar.gz wallabag-9095497191684707ce35aafe9b31822b8cf96a0f.tar.zst wallabag-9095497191684707ce35aafe9b31822b8cf96a0f.zip |
Fix test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Wallabag/ImportBundle/Consumer/RedisEntryConsumerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/ImportBundle/Consumer/RedisEntryConsumerTest.php b/tests/Wallabag/ImportBundle/Consumer/RedisEntryConsumerTest.php index 5e8ee41d..01a92ad2 100644 --- a/tests/Wallabag/ImportBundle/Consumer/RedisEntryConsumerTest.php +++ b/tests/Wallabag/ImportBundle/Consumer/RedisEntryConsumerTest.php | |||
@@ -219,7 +219,7 @@ JSON; | |||
219 | 219 | ||
220 | $res = $consumer->manage($body); | 220 | $res = $consumer->manage($body); |
221 | 221 | ||
222 | $this->assertFalse($res); | 222 | $this->assertTrue($res); |
223 | $this->assertFalse($consumer->isStopJob($body)); | 223 | $this->assertFalse($consumer->isStopJob($body)); |
224 | } | 224 | } |
225 | } | 225 | } |