Skip to content
Snippets Groups Projects
Commit 0a617958 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Some refactoring to make BoundedMemoryCache test similar to others

parent 28fed4ce
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ package spark
import org.scalatest.FunSuite
class BoundedMemoryCacheTest extends FunSuite {
class BoundedMemoryCacheSuite extends FunSuite {
test("constructor test") {
val cache = new BoundedMemoryCache(40)
expect(40)(cache.getCapacity)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment