Skip to content

Commit

Permalink
Changed test Nickname, for fun!
Browse files Browse the repository at this point in the history
  • Loading branch information
bwmarrin committed Nov 11, 2017
1 parent 7ed70a4 commit d45cbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restapi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func TestGuildMemberNickname(t *testing.T) {
t.Skip("Skipping, dg not set.")
}

err := dg.GuildMemberNickname(envGuild, "@me/nick", "testnickname")
err := dg.GuildMemberNickname(envGuild, "@me/nick", "B1nzyRocks")
if err != nil {
t.Errorf("GuildNickname returned error: %+v", err)
}
Expand Down

0 comments on commit d45cbf7

Please sign in to comment.