From a230779275ab4db15c1b378f2fe1a8fbcc19c8fd Mon Sep 17 00:00:00 2001 From: Michi Hoffmann Date: Thu, 27 Oct 2022 12:25:38 +0200 Subject: [PATCH] Update interfaces_test.go Co-authored-by: Abhijeet Prasad --- interfaces_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces_test.go b/interfaces_test.go index 563d5bd3..08b4d48a 100644 --- a/interfaces_test.go +++ b/interfaces_test.go @@ -40,7 +40,7 @@ func TestIsEmpty(t *testing.T) { } } -func TestUserMarhsalJson(t *testing.T) { +func TestUserMarshalJson(t *testing.T) { tests := []struct { input User want string