aboutsummaryrefslogtreecommitdiffstats
path: root/device/kdf_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'device/kdf_test.go')
-rw-r--r--device/kdf_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/device/kdf_test.go b/device/kdf_test.go
index b14aa6d..f9c76d6 100644
--- a/device/kdf_test.go
+++ b/device/kdf_test.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
*/
package device
@@ -20,7 +20,7 @@ type KDFTest struct {
t2 string
}
-func assertEquals(t *testing.T, a string, b string) {
+func assertEquals(t *testing.T, a, b string) {
if a != b {
t.Fatal("expected", a, "=", b)
}