From 53b31fa9f103d8262b7c1d28c5714238902e5081 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 10 Feb 2022 13:36:09 +0100 Subject: Move python library load to init and fix build Signed-off-by: jwijenbergh --- wrappers/swift/Tests/EduVpnCommonTests/EduVpnCommonTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/swift') diff --git a/wrappers/swift/Tests/EduVpnCommonTests/EduVpnCommonTests.swift b/wrappers/swift/Tests/EduVpnCommonTests/EduVpnCommonTests.swift index 7254509..bd2eabd 100644 --- a/wrappers/swift/Tests/EduVpnCommonTests/EduVpnCommonTests.swift +++ b/wrappers/swift/Tests/EduVpnCommonTests/EduVpnCommonTests.swift @@ -2,7 +2,7 @@ import XCTest @testable import EduVpnCommon final class EduVpnCommonTests: XCTestCase { - private static let testDataDir = "../../test_data" + private static let testDataDir = "../../src/test_data" override class func setUp() { // Swift is confused by CRLF, so on some systems we cannot just take the second-to-last element -- cgit v1.2.3