Skip to content

Commit 6c66c65

Browse files
author
mikr
committed
BAEL-20596 Fix test in core-groovy module
1 parent 9fd36e6 commit 6c66c65

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)