From 6fc48d262505e71a81a067f5dd2934a85ba358c3 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 18 Jun 2014 21:12:52 +0200 Subject: [PATCH] fixed failing test --- UnitTests/HttpInterface/api-compatibility-spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/HttpInterface/api-compatibility-spec.rb b/UnitTests/HttpInterface/api-compatibility-spec.rb index a49a8465b8..465c12d1f1 100644 --- a/UnitTests/HttpInterface/api-compatibility-spec.rb +++ b/UnitTests/HttpInterface/api-compatibility-spec.rb @@ -129,7 +129,7 @@ describe ArangoDB do doc.code.should eq(200) compatibility = doc.parsed_response['compatibility'] compatibility.should be_kind_of(Integer) - compatibility.should eq(20200) + compatibility.should eq(20300) end end