Skip to content

Commit

Permalink
Tests: Try to fix broken test case on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow committed Sep 27, 2013
1 parent 56c9b5c commit e07d5f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/MongoTests/CommandTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ - (void) testServerLog {

- (void) testAllDatabases {
NSArray *list = [self.mongo allDatabases];
STAssertTrue([list containsObject:@"admin"], nil);
STAssertTrue([list containsObject:@"local"], nil);
}

Expand Down

0 comments on commit e07d5f9

Please sign in to comment.