We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7d3df commit 4ac8e84Copy full SHA for 4ac8e84
src/test/com/mongodb/DBObjectTest.java
@@ -146,7 +146,7 @@ public void testInnerDot() {
146
_colTest.save(dbObject);
147
}
148
catch (IllegalArgumentException e) {
149
- if (e.getMessage().startsWith("fields stored in the db can't have . in them")) {
+ if (e.getMessage().startsWith("Document field names can't have a . in them. (Bad Key: 'test.member.name')")) {
150
thrown = true;
151
152
0 commit comments