diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-02-11T16·34+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-02-11T16·34+0100 |
commit | 7824e0e7e34a4b5245f817fb70da53d4bcd707c7 (patch) | |
tree | 114b5f0d4d83bde52dd247f24160fb631fb32a16 /main_test.go | |
parent | dd1e6c3b36d4b055af879fc1a0f6febecae35591 (diff) |
docs: Add blog post to README
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> |