BAEL-2659 - Reading a file in Groovy - typo corrected

This commit is contained in:
Anshul Bansal 2019-02-08 08:53:29 +02:00
parent 4260b353c5
commit 6a8e295feb
1 changed files with 1 additions and 1 deletions

View File

@ -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: