Skip to content

Commit

Permalink
Test workflow with TestFileCheckTest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adhiamboperes committed Aug 20, 2024
1 parent 448ac44 commit 08eb249
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class TestFileCheckTest {
tempFolder.newFile("testfiles/ProdFile3.kt")

val exception = assertThrows<Exception>() { runScript() }

// #TestFileCheckTest coverage file
assertThat(exception).hasMessageThat().contains(TEST_FILE_CHECK_FAILED_OUTPUT_INDICATOR)
val failureMessage =
"""
Expand Down

0 comments on commit 08eb249

Please sign in to comment.