mirror of https://gitee.com/bigwinds/arangodb
Fix a test.
This commit is contained in:
parent
0ac60a8fe7
commit
eeb597fc85
|
@ -478,7 +478,7 @@ function AgencySuite () {
|
|||
// key not found
|
||||
}
|
||||
|
||||
var values = agency.get("UnitTestsAgency/2", true).arango.UnitTestsAgency.2;
|
||||
var values = agency.get("UnitTestsAgency/2", true).arango.UnitTestsAgency["2"];
|
||||
assertEqual({ "UnitTestsAgency/2/1/foo" : "baz" }, values);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue