Skip to content

Commit 1cff512

Browse files
committed
Small issue from merge.
1 parent 49f6c26 commit 1cff512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/scala/org/apache/spark/storage/BlockManagerSuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,7 @@ class BlockManagerSuite extends FunSuite with BeforeAndAfter with PrivateMethodT
833833
val notMappedAsArray = arrayFromByteBuffer(notMapped)
834834
assert(Arrays.equals(mappedAsArray, bytes))
835835
assert(Arrays.equals(notMappedAsArray, bytes))
836+
}
836837

837838
test("updated block statuses") {
838839
store = new BlockManager("<driver>", actorSystem, master, serializer, 1200, conf,

0 commit comments

Comments
 (0)