fix whois test

This commit is contained in:
lyx0 2021-12-19 02:54:04 +01:00
parent ff9319e5df
commit c9d06b8a04

View file

@ -6,7 +6,6 @@ func TestWhois(t *testing.T) {
t.Run("returns a link to a users profile picture", func(t *testing.T) {
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."
got := request
want := response