Skip to content

Commit

Permalink
Ensure source info is propagated (#2733)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbey authored Mar 27, 2024
1 parent c73a175 commit 8c35156
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ private org.finos.legend.engine.protocol.pure.v1.model.test.assertion.TestAssert
ValueSpecification valueSpecification = parser.parsePrimitiveValue(expectedValue, serviceParamSourceInformation, null);
EqualTo equalToAssertion = new EqualTo();
equalToAssertion.expected = valueSpecification;
equalToAssertion.sourceInformation = walkerSourceInformation.getSourceInformation(functionTestSuiteContext.primitiveValue());
assertion = equalToAssertion;
}
assertion.id = DEFAULT_TESTABLE_ID;
Expand Down

0 comments on commit 8c35156

Please sign in to comment.