mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
fix tests
This commit is contained in:
parent
682a33b0fe
commit
197924a1f1
|
@ -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("nouryxd")
|
||||
request := Userid("whereismymnd")
|
||||
response := "31437432"
|
||||
|
||||
got := request
|
||||
|
|
Loading…
Reference in a new issue