Skip to content

Commit bd66bc7

Browse files
committed
Fixed type in one of the IT tests that was causing it to fail
1 parent a6dcb4f commit bd66bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log4j-mongodb/src/test/resources/MongoDbCollectionNameIT.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
connection="mongodb://localhost:${sys:log4j.mongo.port:-27017}/testDb"
2727
capped="true"
2828
collectionSize="1073741824"
29-
collectionName="MongoDBCollectionNameIT"/>
29+
collectionName="MongoDbCollectionNameIT"/>
3030
</NoSql>
3131
</Appenders>
3232
<Loggers>

0 commit comments

Comments
 (0)