Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Oct 6, 2024
1 parent abe1573 commit df31a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/updateIntegTestFailureIssues.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void call(Map args = [:]) {
]
testData << rowData
}
println("Class of testData: ${testData.getClass().getName()}")
println("Class of testData: ${testData}")
def markdownContent = new CreateIntegTestMarkDownTable(version, testData).create()
println(markdownContent)
println("Class of markdownContent: ${markdownContent.getClass().getName()}")
Expand Down

0 comments on commit df31a34

Please sign in to comment.