BAEL-20596 Fix test in core-groovy module

This commit is contained in:
mikr
2020-01-27 08:49:03 +01:00
parent 9fd36e6fe8
commit 6c66c65a06

View File

@@ -33,7 +33,6 @@ class ReadFileUnitTest extends Specification {
assert lines.size(), 3 assert lines.size(), 3
} }
@Ignore
def 'Should return file content in string using ReadFile.readFileString given filePath' () { def 'Should return file content in string using ReadFile.readFileString given filePath' () {
given: given:
def filePath = "src/main/resources/fileContent.txt" def filePath = "src/main/resources/fileContent.txt"