Skip to content

Commit

Permalink
Revert change to multiversion corpus case
Browse files Browse the repository at this point in the history
  • Loading branch information
sam boyer committed Jul 23, 2023
1 parent f330c61 commit 2e7db29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testdata/lineage/basic-multiversion.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ lenses: [{
optional: input.optional
}
// TODO: withDefault: input.withDefault doesn't work
withDefault: "bar"
withDefault: "foo"
}
},
{
Expand All @@ -205,7 +205,7 @@ lenses: [{
optional: input.optional
}
// TODO: withDefault: input.withDefault doesn't work
withDefault: "bar"
withDefault: "foo"
}
},
{
Expand All @@ -218,7 +218,7 @@ lenses: [{
optional: input.optional
}
// TODO: withDefault: input.withDefault doesn't work
withDefault: "bar"
withDefault: "foo"
}
},
{
Expand All @@ -233,7 +233,7 @@ lenses: [{
optional: input.optional
}
// TODO: withDefault: input.withDefault doesn't work
withDefault: "bar"
withDefault: "foo"
}
}]
-- out/core/instance/translate/TestInstance_Translate/lineage/basic-multiversion-0.0-simple->0.0.json --
Expand Down

0 comments on commit 2e7db29

Please sign in to comment.