Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 74dd818

Browse files
authored
Correct input file paths in DataLake tests
1 parent 6608fd2 commit 74dd818

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sansa-query-spark/src/test/scala/net/sansa_stack/query/spark/datalake/DataLakeEngineTests.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ class TestDataLakeEngine extends FunSuite with DataFrameSuiteBase {
77

88
import net.sansa_stack.query.spark.query._
99

10-
val configFile = getClass.getResource("/config_csv-only").getPath
11-
val mappingsFile = getClass.getResource("/mappings_csv-only.ttl").getPath
10+
val configFile = getClass.getResource("/config").getPath
11+
val mappingsFile = getClass.getResource("/mappings.ttl").getPath
1212

1313
test("running BSBM Q1 should result 10") {
1414

0 commit comments

Comments
 (0)