Skip to content

Commit 5687152

Browse files
committed
style: update test case for python
1 parent e9754e9 commit 5687152

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/python/test/test_social_relationship.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44

55
from main.social_relationship import SocialRelationship
66

7-
test_case = TestCase()
8-
97

108
def test_sns():
9+
test_case = TestCase()
1110
redis = Redis(decode_responses=True)
1211
bingo = SocialRelationship(redis, 'Bingo')
1312
iris = SocialRelationship(redis, 'Iris')

0 commit comments

Comments
 (0)