BAEL-2659 - Reading a file in Groovy - typo corrected
This commit is contained in:
parent
4260b353c5
commit
6a8e295feb
|
@ -56,7 +56,7 @@ Line 3 : String content""")
|
|||
encodedContent instanceof String
|
||||
}
|
||||
|
||||
def 'Should return binary file content in byte arry using ReadFile.readBinaryFile given filePath' () {
|
||||
def 'Should return binary file content in byte array using ReadFile.readBinaryFile given filePath' () {
|
||||
given:
|
||||
def filePath = "src/main/resources/sample.png"
|
||||
when:
|
||||
|
|
Loading…
Reference in New Issue