fix test TestGetProfileErrorSuspended

This commit is contained in:
Valentine 2024-07-09 05:48:09 +03:00
parent 3545dc9176
commit 6ba8200ee6

View file

@ -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 {