Skip to content

Commit

Permalink
Fix test compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryshao committed Sep 20, 2016
1 parent bddbc7f commit 84d3d27
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -890,6 +890,7 @@ class FileStreamSourceSuite extends FileStreamSourceTest {
List("keep2", "keep3"))
assert(fileSource.getBatch(Some(LongOffset(1)), LongOffset(2)).as[String].collect() ===
List("keep3"))
true
}
)
}
Expand Down

0 comments on commit 84d3d27

Please sign in to comment.