fix test TestGetProfileErrorSuspended
This commit is contained in:
parent
3545dc9176
commit
6ba8200ee6
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ func TestGetProfilePrivate(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestGetProfileErrorSuspended(t *testing.T) {
|
func TestGetProfileErrorSuspended(t *testing.T) {
|
||||||
_, err := testScraper.GetProfile("2")
|
_, err := testScraper.GetProfile("1")
|
||||||
if err == nil {
|
if err == nil {
|
||||||
t.Error("Expected Error, got success")
|
t.Error("Expected Error, got success")
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue