Skip to content

Commit

Permalink
var to val in test
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesreiss committed May 1, 2015
1 parent 400b8fa commit 63afdfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ class BlockManagerSuite extends FunSuite with Matchers with BeforeAndAfterEach
store.putIterator("most", mostList.iterator, memOnly)
assert(memoryStore.contains("most"))

var unrollResult = memoryStore.unrollSafely("small", smallList.iterator, droppedBlocks)
val unrollResult = memoryStore.unrollSafely("small", smallList.iterator, droppedBlocks)
verifyUnroll(smallList.iterator, unrollResult, shouldBeArray = true)
assert(memoryStore.currentUnrollMemoryForThisThread === 0)
assert(droppedBlocks.size === 1)
Expand Down

0 comments on commit 63afdfb

Please sign in to comment.