BAEL-20596 Fix test in core-groovy module
This commit is contained in:
parent
dd370f90bb
commit
3ab1d295e8
|
@ -33,7 +33,6 @@ class ReadFileUnitTest extends Specification {
|
|||
assert lines.size(), 3
|
||||
}
|
||||
|
||||
@Ignore
|
||||
def 'Should return file content in string using ReadFile.readFileString given filePath' () {
|
||||
given:
|
||||
def filePath = "src/main/resources/fileContent.txt"
|
||||
|
|
Loading…
Reference in New Issue