mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
style fix
This commit is contained in:
parent
1aa6f72085
commit
b3be17063a
@ -237,7 +237,6 @@ void MongoDBTest::testCursorRequest()
|
||||
_mongo->sendRequest(*insertRequest);
|
||||
|
||||
Poco::Int64 count = db.count(*_mongo, "numbers");
|
||||
|
||||
assert(count == 10000);
|
||||
|
||||
Poco::MongoDB::Cursor cursor("team", "numbers");
|
||||
|
Loading…
Reference in New Issue
Block a user