Skip to content

Commit

Permalink
Correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Feb 23, 2016
1 parent ff95872 commit 28c05cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class CSVSuite extends QueryTest with SharedSQLContext with SQLTestUtils {
private val emptyFile = "empty.csv"
private val commentsFile = "comments.csv"
private val disableCommentsFile = "disable_comments.csv"
private val boolFile = "src/test/resources/bool.csv"
private val boolFile = "bool.csv"

private def testFile(fileName: String): String = {
Thread.currentThread().getContextClassLoader.getResource(fileName).toString
Expand Down

0 comments on commit 28c05cd

Please sign in to comment.