fix tests

This commit is contained in:
Nicolas Le Goff
2014-11-13 12:22:49 +01:00
parent 4b8ab74f7b
commit 701a91e5c2
2 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ class API_V1_adapterTest extends PhraseanetPHPUnitAuthenticatedAbstract
public function testGet_version()
{
$this->assertEquals('1.3', $this->object->get_version());
$this->assertEquals('1.4.1', $this->object->get_version());
}
public function testGet_databoxes()