We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40254d3 commit 67f9b3fCopy full SHA for 67f9b3f
1 file changed
api_dev/src/test/java/com/google/appengine/api/datastore/QueryResultsSourceImplTest.java
@@ -134,8 +134,7 @@ public void testLogChunkSizeWarning_After5Minutes() {
134
lastChunkSizeWarning.set(lastChunkSizeWarning.get() - (1000 * 60 * 10));
135
// Run again, we'll get one more log warning
136
doQueries(provider);
137
- verify(mockLogger, times(2)).warning(anyString());
138
- */
+
139
assertThat(lastChunkSizeWarning.get()).isGreaterThan(0);
140
};
141
addData(1001);
0 commit comments