1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Merge pull request #2098 from wallabag/cs-2092

CS
This commit is contained in:
Nicolas Lœuillet 2016-05-19 09:18:16 +02:00
commit 151f046f61

View file

@ -510,5 +510,4 @@ class WallabagRestControllerTest extends WallabagApiTestCase
$this->assertEquals(true, $content['is_starred']); $this->assertEquals(true, $content['is_starred']);
} }
} }