Skip to content

Commit

Permalink
Tests: One more pass
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow committed Sep 27, 2013
1 parent f9b512d commit 16f8dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/MongoTests/CommandTest.m
Expand Up @@ -74,7 +74,7 @@ - (void) testAllDatabases {
[coll insertDictionary:[NSDictionary dictionary] writeConcern:nil error:&error];

NSArray *list = [self.mongo allDatabases];
STAssertTrue([list containsObject:@"admin"], nil);
STAssertTrue([list containsObject:coll.databaseName], nil);
STAssertTrue([list containsObject:@"local"], nil);
}

Expand Down

0 comments on commit 16f8dd6

Please sign in to comment.