aboutsummaryrefslogtreecommitdiffstats
path: root/WireguardTests/WireguardTests.swift
diff options
context:
space:
mode:
authorJeroen Leenarts <jeroen.leenarts@gmail.com>2018-05-24 20:13:21 +0200
committerJeroen Leenarts <jeroen.leenarts@gmail.com>2018-05-24 20:13:21 +0200
commitd15972d2ce10e05fe072d86d8c7965e0c7fe08ec (patch)
tree8bcff99efd2cfc2b4502c939744e3fc6d13b1b14 /WireguardTests/WireguardTests.swift
parentAdd app icon. (diff)
downloadwireguard-apple-d15972d2ce10e05fe072d86d8c7965e0c7fe08ec.tar.xz
wireguard-apple-d15972d2ce10e05fe072d86d8c7965e0c7fe08ec.zip
Fix casing from Wireguard to WireGuard.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'WireguardTests/WireguardTests.swift')
-rw-r--r--WireguardTests/WireguardTests.swift10
1 files changed, 5 insertions, 5 deletions
diff --git a/WireguardTests/WireguardTests.swift b/WireguardTests/WireguardTests.swift
index 50448b6..16160e0 100644
--- a/WireguardTests/WireguardTests.swift
+++ b/WireguardTests/WireguardTests.swift
@@ -1,15 +1,15 @@
//
-// WireguardTests.swift
-// WireguardTests
+// WireGuardTests.swift
+// WireGuardTests
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
import XCTest
-@testable import Wireguard
+@testable import WireGuard
-class WireguardTests: XCTestCase {
+class WireGuardTests: XCTestCase {
override func setUp() {
super.setUp()