1
0
Fork 0

removed todo

This commit is contained in:
hkernbach 2019-10-30 15:34:51 +01:00
parent 7d38dda70c
commit 167121c7fc
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class EnumerateCollectionExecutorTest : public ::testing::Test {
ast(fakedQuery.get()),
outVariable("name", 1),
varUsedLater(false),
engine(fakedQuery.get()->engine()), // TODO: put engine here
engine(fakedQuery.get()->engine()),
aqlCollection("UnitTestCollection", &vocbase, arangodb::AccessMode::Type::READ),
useRawPointers(false),
random(false),