From 5d5efe48e753f486727ac423a0fe1d167b095b9d Mon Sep 17 00:00:00 2001 From: JohnFJ-the91 <53963458+JohnFJ-the91@users.noreply.github.com> Date: Fri, 20 Sep 2019 04:51:04 +0800 Subject: [PATCH] Update FilesProviderTests.swift --- Tests/FilesProviderTests.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/FilesProviderTests.swift b/Tests/FilesProviderTests.swift index 49ce094..df0234a 100644 --- a/Tests/FilesProviderTests.swift +++ b/Tests/FilesProviderTests.swift @@ -2,7 +2,7 @@ // FilesProviderTests.swift // FilesProviderTests // -// Created by Amir Abbas on 8/11/1396 AP. +// Created by Faizz Jamaludin on 02/08/2017 AP. // import XCTest @@ -117,7 +117,7 @@ class FilesProviderTests: XCTestCase, FileProviderDelegate { let textFilePath = "/Test/file.txt" let renamedFilePath = "/Test/renamed.txt" let uploadFilePath = "/Test/uploaded.dat" - let sampleText = "Hello world!" + let sampleText = "Hello FJ!" fileprivate func testCreateFolder(_ provider: FileProvider, folderName: String) { let desc = "Creating folder at root in \(provider.type)"