Skip to content

Commit

Permalink
Fixed test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed May 23, 2024
1 parent 93aa165 commit 18c544a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ abstract class GremlinDriver(txMax: Int = 50) extends IDriver {
_.asScala
.map { case (k, v) =>
if (v == "NULL")
k -> IDriver.getPropertyDefault(k)
k -> SchemaBuilder.getPropertyDefault(k)
else if (v == PropertyNames.OVERLAYS || v == PropertyNames.INHERITS_FROM_TYPE_FULL_NAME)
k -> v.toString.split(",").toSeq
else
Expand Down

0 comments on commit 18c544a

Please sign in to comment.