]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix test
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 20 Oct 2016 21:03:37 +0000 (23:03 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 20 Oct 2016 21:03:37 +0000 (23:03 +0200)
tests/Wallabag/ImportBundle/Consumer/RedisEntryConsumerTest.php

index 5e8ee41d846522cd68b2b84ee6e9428eb22ba86b..01a92ad2a660c8d6fae4884737e02e7f2ccab584 100644 (file)
@@ -219,7 +219,7 @@ JSON;
 
         $res = $consumer->manage($body);
 
-        $this->assertFalse($res);
+        $this->assertTrue($res);
         $this->assertFalse($consumer->isStopJob($body));
     }
 }