Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier committed Apr 29, 2024
1 parent 38a1148 commit e5056f3
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,7 @@ class Neo4jCsvTests extends AnyWordSpec {
genericDomainReimported.graph.edgeCount shouldBe 1

genericDomainReimported.nodeA.intMandatory.l.sorted shouldBe List(1, 42)

// TODO remove debug code
println(genericDomainReimported.nodeA.intMandatory(1).l)
println(genericDomainReimported.nodeA.intMandatory(1).connectedTo.l)

genericDomainReimported.nodeA.intMandatory(1).connectedTo.stringMandatory.head shouldBe "node 2 a"
genericDomainReimported.nodeA.stringMandatory("node 2 a").connectedTo.intOptional.head shouldBe 2
}
}

Expand Down

0 comments on commit e5056f3

Please sign in to comment.