From 923d6f8002b8a7c9783775cf5386e75985f83d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Tantau?= Date: Tue, 17 Jan 2017 14:42:52 +0100 Subject: [PATCH] Test for correct version number --- .../community/Studioforty9/Recaptcha/Test/Config/Module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/community/Studioforty9/Recaptcha/Test/Config/Module.php b/app/code/community/Studioforty9/Recaptcha/Test/Config/Module.php index 0ff74c4..c19d311 100644 --- a/app/code/community/Studioforty9/Recaptcha/Test/Config/Module.php +++ b/app/code/community/Studioforty9/Recaptcha/Test/Config/Module.php @@ -38,7 +38,7 @@ public function it_is_in_correct_code_pool() */ public function the_module_version_is_correct() { - $this->assertModuleVersion('1.5.0'); + $this->assertModuleVersion('1.5.7'); } /**