diff options
Diffstat (limited to 'main_test.go')
-rw-r--r-- | main_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main_test.go b/main_test.go index 5c171c4041c4..1af52d0cd4eb 100644 --- a/main_test.go +++ b/main_test.go @@ -6,7 +6,7 @@ import ( "testing" ) -func TestUnmarhshalChallengeRespones(t *testing.T) { +func TestUnmarshalChallengeRespones(t *testing.T) { var testXml string = ` <?xml version="1.0" encoding="UTF-8"?> <resp> |