Skip to content

Commit

Permalink
Make message friendly for parametrized test
Browse files Browse the repository at this point in the history
In case test fails on CI it's not clear what testcase failed.
  • Loading branch information
ssheikin authored and Praveen2112 committed Oct 16, 2024
1 parent e4607a3 commit 77aca72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5809,6 +5809,7 @@ public void testDataMappingSmokeTest()

private void testDataMapping(DataMappingTestSetup dataMappingTestSetup)
{
log.info("dataMappingTestSetup=%s", dataMappingTestSetup);
String trinoTypeName = dataMappingTestSetup.getTrinoTypeName();
String sampleValueLiteral = dataMappingTestSetup.getSampleValueLiteral();
String highValueLiteral = dataMappingTestSetup.getHighValueLiteral();
Expand Down

0 comments on commit 77aca72

Please sign in to comment.