From e64a4c4854baae88f3658f798b75ae985e9a3586 Mon Sep 17 00:00:00 2001 From: fujiwara Date: Wed, 29 Nov 2023 14:20:46 +0900 Subject: [PATCH] fix test --- tags_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags_test.go b/tags_test.go index 84e7442..73480b5 100644 --- a/tags_test.go +++ b/tags_test.go @@ -7,7 +7,7 @@ import ( "github.com/go-test/deep" ) -type tags = map[string]string +type tags = lambroll.Tags type keys = []string type tagsTestCase struct { oldTags tags