Skip to content

Commit

Permalink
update the package name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Jan 4, 2022
1 parent d0664ea commit 80184bf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import scala.collection.JavaConverters._

class EdgeProcessorSuite {
val config: Configs =
Configs.parse(new File("../common/src/test/resources/process_application.conf"))
Configs.parse(new File("../exchange-common/src/test/resources/process_application.conf"))

var data: DataFrame = null
var edgeConfig: EdgeConfigEntry = config.edgesConfig.head
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import scala.collection.JavaConverters._

class VerticesProcessorSuite {
val config: Configs =
Configs.parse(new File("../common/src/test/resources/process_application.conf"))
Configs.parse(new File("../exchange-common/src/test/resources/process_application.conf"))

var data: DataFrame = null
var tagConfig: TagConfigEntry = config.tagsConfig.head
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import scala.collection.JavaConverters._

class EdgeProcessorSuite {
val config: Configs =
Configs.parse(new File("../common/src/test/resources/process_application.conf"))
Configs.parse(new File("../exchange-common/src/test/resources/process_application.conf"))

var data: DataFrame = null
var edgeConfig: EdgeConfigEntry = config.edgesConfig.head
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import scala.collection.JavaConverters._

class VerticesProcessorSuite {
val config: Configs =
Configs.parse(new File("../common/src/test/resources/process_application.conf"))
Configs.parse(new File("../exchange-common/src/test/resources/process_application.conf"))

var data: DataFrame = null
var tagConfig: TagConfigEntry = config.tagsConfig.head
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import scala.collection.JavaConverters._

class EdgeProcessorSuite {
val config: Configs =
Configs.parse(new File("../common/src/test/resources/process_application.conf"))
Configs.parse(new File("../exchange-common/src/test/resources/process_application.conf"))

var data: DataFrame = null
var edgeConfig: EdgeConfigEntry = config.edgesConfig.head
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import scala.collection.JavaConverters._

class VerticesProcessorSuite {
val config: Configs =
Configs.parse(new File("../common/src/test/resources/process_application.conf"))
Configs.parse(new File("../exchange-common/src/test/resources/process_application.conf"))

var data: DataFrame = null
var tagConfig: TagConfigEntry = config.tagsConfig.head
Expand Down

0 comments on commit 80184bf

Please sign in to comment.