From 8b21bd9ebca5951fab3456a54422fb03faed6cee Mon Sep 17 00:00:00 2001 From: hanhao Date: Tue, 14 Jun 2022 16:09:18 +0800 Subject: [PATCH] fix test --- test/eldap_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/eldap_test.go b/test/eldap_test.go index 303be96..bad7665 100644 --- a/test/eldap_test.go +++ b/test/eldap_test.go @@ -8,7 +8,7 @@ import ( ) func TestMap(t *testing.T) { - tests := []map[string][]string{ + tests := []eldap.Attrs{ { "ou": []string{"47oo"}, "associatedDomain": []string{"dc=nudt,dc=org"},