mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
This commit is contained in:
commit
ea9ea54de5
|
@ -129,7 +129,7 @@ describe ArangoDB do
|
||||||
doc.code.should eq(200)
|
doc.code.should eq(200)
|
||||||
compatibility = doc.parsed_response['compatibility']
|
compatibility = doc.parsed_response['compatibility']
|
||||||
compatibility.should be_kind_of(Integer)
|
compatibility.should be_kind_of(Integer)
|
||||||
compatibility.should eq(20200)
|
compatibility.should eq(20300)
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue