diff --git a/profile_test.go b/profile_test.go index d1ffd28..2765c98 100644 --- a/profile_test.go +++ b/profile_test.go @@ -112,7 +112,7 @@ func TestGetProfilePrivate(t *testing.T) { } func TestGetProfileErrorSuspended(t *testing.T) { - _, err := testScraper.GetProfile("2") + _, err := testScraper.GetProfile("1") if err == nil { t.Error("Expected Error, got success") } else {