Skip to content

Commit

Permalink
Update interfaces_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Abhijeet Prasad <devabhiprasad@gmail.com>
  • Loading branch information
cleptric and AbhiPrasad committed Oct 27, 2022
1 parent c09110c commit a230779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces_test.go
Expand Up @@ -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
Expand Down

0 comments on commit a230779

Please sign in to comment.