Ellena557 / LRU-cache

0 stars 0 forks source link

Method get() is not covered by test #8

Open irenkamalova opened 2 years ago

irenkamalova commented 2 years ago

https://github.com/Ellena557/LRU-cache/blob/e4baeccd54a7334dcc8cdeb33e95fe8e396a47a8/lru-cache/src/test/java/ru/ellen/MultiThreadCacheTest.java#L11

You also need to write simple scenario here and cover method lruCache.get()

Ellena557 commented 2 years ago

Added this test