aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Consumer/RedisEntryConsumerTest.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-20 23:03:37 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-20 23:03:37 +0200
commit9095497191684707ce35aafe9b31822b8cf96a0f (patch)
treef361d43981d128818a82236c307c35191180509f /tests/Wallabag/ImportBundle/Consumer/RedisEntryConsumerTest.php
parent54535004587693952f4aef5ee5798298f4cda7fa (diff)
downloadwallabag-9095497191684707ce35aafe9b31822b8cf96a0f.tar.gz
wallabag-9095497191684707ce35aafe9b31822b8cf96a0f.tar.zst
wallabag-9095497191684707ce35aafe9b31822b8cf96a0f.zip
Fix test
Diffstat (limited to 'tests/Wallabag/ImportBundle/Consumer/RedisEntryConsumerTest.php')
-rw-r--r--tests/Wallabag/ImportBundle/Consumer/RedisEntryConsumerTest.php2
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}