Skip to content

Commit

Permalink
fix merging errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wajda committed Nov 26, 2018
1 parent 29da5fc commit 6d6e755
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class MongoDataLineageWriterSpec extends MongoDataLineagePersistenceSpecBase wit
)))
for {
_ <- mongoWriter store lineageWithNoneLiteral
storedLineage <- mongoReader loadByDatasetId lineageWithNoneLiteral.rootDataset.id
storedLineage <- mongoReader.loadByDatasetId(lineageWithNoneLiteral.rootDataset.id, overviewOnly = false)
} yield {
inside(storedLineage.get.operations.last) {
case Projection(_, literals) =>
Expand Down

0 comments on commit 6d6e755

Please sign in to comment.