1
0
Fork 0

Fix a test.

This commit is contained in:
Max Neunhoeffer 2016-05-04 11:37:55 +02:00
parent 0ac60a8fe7
commit eeb597fc85
1 changed files with 1 additions and 1 deletions

View File

@ -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);
},