Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iojw committed Mar 11, 2023
1 parent e352523 commit 0593496
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/test_socialscan.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import pytest
import logging

import pytest

from socialscan.platforms import PlatformResponse, Platforms
from socialscan.util import sync_execute_queries
from socialscan.platforms import Platforms, PlatformResponse

TIMEOUT_DURATION = 25 # in seconds

Expand All @@ -11,7 +12,7 @@
INVALID_USERNAMES = ["*"]

UNUSED_EMAILS = ["[email protected]"]
USED_EMAILS = ["a@gmail.com"]
USED_EMAILS = ["fire@gmail.com"]

logging.basicConfig(level=logging.DEBUG)

Expand Down

0 comments on commit 0593496

Please sign in to comment.