From 3a945c83cf75b8d0e85d22328a8ee18d7d683f88 Mon Sep 17 00:00:00 2001 From: Hidetatz Yaginuma Date: Tue, 1 Oct 2024 12:33:56 +0900 Subject: [PATCH] fix lint --- resource_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource_test.go b/resource_test.go index a8b2d27..42278bd 100644 --- a/resource_test.go +++ b/resource_test.go @@ -32,7 +32,7 @@ func TestRefToStructName(t *testing.T) { } for _, c := range cases { - t.Logf(c.Prop.refToStructName()) + t.Logf("%v", c.Prop.refToStructName()) } }