Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
  • Loading branch information
mpivchev committed Jul 17, 2023
1 parent 4a6faa1 commit 62f1147
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tests/NextcloudUnitTests/DatabaseUnitTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ import RealmSwift
NOTE: Please only write tests here if it's not possible to write them on NextcloudKit.
*/
class NextcloudUnitTests: XCTestCase {
var realm: Realm!

private let file1Name = "file-sample1.pdf"
private let file2Name = "file-sample2.pdf"
private let file3Name = "file-sample3.pdf"

override func setUp() {
Realm.Configuration.defaultConfiguration.inMemoryIdentifier = self.name
realm = try! Realm()
}

func testDbCreateProcessUpload_withProperParams_shouldReturnProperResult() throws {
Expand Down

0 comments on commit 62f1147

Please sign in to comment.