diff --git a/pkg/api/ivr/userid_test.go b/pkg/api/ivr/userid_test.go index 03a7ecd..2f2f060 100644 --- a/pkg/api/ivr/userid_test.go +++ b/pkg/api/ivr/userid_test.go @@ -4,7 +4,7 @@ import "testing" func TestUserid(t *testing.T) { t.Run("returns a link to a users profile picture", func(t *testing.T) { - request := Userid("nouryqt") + request := Userid("nouryxd") response := "31437432" got := request diff --git a/pkg/api/ivr/whois_test.go b/pkg/api/ivr/whois_test.go index 57b03c8..87732c9 100644 --- a/pkg/api/ivr/whois_test.go +++ b/pkg/api/ivr/whois_test.go @@ -4,8 +4,8 @@ import "testing" func TestWhois(t *testing.T) { t.Run("returns a link to a users profile picture", func(t *testing.T) { - request := Whois("nouryqt") - response := "User: Nouryqt, ID: 31437432, Created on: 2012-06-18, Color: #00F2FB, Affiliate: false, Partner: false, Staff: false, Admin: false, Bot: false, Bio: me :)" + request := Whois("Nouryxd") + response := "User: Nouryxd, ID: 31437432, Created on: 2012-06-18, Color: #00F2FB, Affiliate: false, Partner: false, Staff: false, Admin: false, Bot: false, Bio: It's good to be king. Wait, maybe. I think maybe I'm just like a little bizarre little person who walks back and forth. Whatever, you know, but..." got := request want := response