Update DocMapTest.java

This commit is contained in:
igarash1 2018-06-13 00:43:29 +09:00 committed by GitHub
parent 2839c40822
commit 7587702f3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ public class DocMapTest extends UnitFessTestCase {
value.put(keys[2], "ja");
value.put(keys[3], "str");
docMap = new DocMap(value);
assertTrue(docMap.isEmpty());
assertFalse(docMap.isEmpty());
docMap.clear();
}