Skip to content

Commit 0c005da

Browse files
committed
提交测试
1 parent 2448742 commit 0c005da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/crossoverjie/actual/AbstractMapTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public void test(){
1313
LRUAbstractMap map = new LRUAbstractMap() ;
1414
map.put(1,1) ;
1515
map.put(2,2) ;
16-
16+
map.put(3,3);
1717
Object o = map.get(1);
1818
LOGGER.info("getSize={}",map.size());
1919

0 commit comments

Comments
 (0)