Skip to content

Commit 644fcbf

Browse files
CXX-403 Remove test assumption on natural ordering
1 parent 7993f52 commit 644fcbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mongo/client/examples/clientTest.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ int main( int argc, const char **argv ) {
175175
*/
176176
{
177177
// hint related tests
178-
verify( conn.findOne(ns, "{}")["name"].str() == "sara" );
179-
180178
verify( conn.findOne(ns, "{ name : 'eliot' }")["name"].str() == "eliot" );
181179
verify( conn.getLastError() == "" );
182180

0 commit comments

Comments
 (0)