Skip to content

Commit 5905edf

Browse files
authored
Merge pull request #8607 from Maiklins/BAEL-20596-fix-test-core-groovy
BAEL-20596 fix test core groovy
2 parents d3dab6b + 3ab1d29 commit 5905edf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core-groovy/src/test/groovy/com/baeldung/file/ReadFileUnitTest.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class ReadFileUnitTest extends Specification {
3333
assert lines.size(), 3
3434
}
3535

36-
@Ignore
3736
def 'Should return file content in string using ReadFile.readFileString given filePath' () {
3837
given:
3938
def filePath = "src/main/resources/fileContent.txt"

0 commit comments

Comments
 (0)