mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
fix whois test
This commit is contained in:
parent
ff9319e5df
commit
c9d06b8a04
|
@ -6,7 +6,6 @@ func TestWhois(t *testing.T) {
|
||||||
t.Run("returns a link to a users profile picture", func(t *testing.T) {
|
t.Run("returns a link to a users profile picture", func(t *testing.T) {
|
||||||
request := Whois("forsen")
|
request := Whois("forsen")
|
||||||
response := "User: forsen, ID: 22484632, Created on: 2011-05-19, Color: #FF0000, Affiliate: false, Partner: true, Staff: false, Admin: false, Bot: false, Bio: Approach with caution! No roleplaying or tryharding allowed."
|
response := "User: forsen, ID: 22484632, Created on: 2011-05-19, Color: #FF0000, Affiliate: false, Partner: true, Staff: false, Admin: false, Bot: false, Bio: Approach with caution! No roleplaying or tryharding allowed."
|
||||||
|
|
||||||
got := request
|
got := request
|
||||||
want := response
|
want := response
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue