diff --git a/tests/library/ZendAfi/View/Helper/ComboCodificationTest.php b/tests/library/ZendAfi/View/Helper/ComboCodificationTest.php
index 895a7df8746e6868c5401ebff62da5631a0a5a39..436a256ef1193cfaae2091ea74f2c8ac2e3679b7 100644
--- a/tests/library/ZendAfi/View/Helper/ComboCodificationTest.php
+++ b/tests/library/ZendAfi/View/Helper/ComboCodificationTest.php
@@ -46,7 +46,7 @@ class ZendAfi_View_Helper_ComboCodificationTest extends ViewHelperTestCase {
 
 
 	/** @test */
-	public function numericBooksTypeShouldBePresent() {
-		$this->assertXPath($this->_html, '//option[@value="' . Class_TypeDoc::LIVRE_NUM . '"]');
+	public function livreTypeShouldBePresent() {
+		$this->assertXPath($this->_html, '//option[@value="' . Class_TypeDoc::LIVRE . '"]');
 	}
 }
\ No newline at end of file