Skip to content

Commit 033df24

Browse files
authored
Import contact testing
1 parent 7a5c599 commit 033df24

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/smoke_testing_test.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
# Iterable,
88
# )
99
from wechaty import (
10-
Wechaty
10+
Wechaty,
11+
Contact,
1112
)
1213

1314

1415
def test_smoke_testing() -> None:
1516
""" wechaty """
1617
# os.environ['WECHATY_PUPPET_SERVICE_TOKEN'] = 'test'
1718
# bot = Wechaty()
18-
assert Wechaty, 'should be imported successfully'
19+
assert Wechaty, 'should be imported successfully for Wechaty'
20+
assert Contact, 'should be imported successfully for Contact'

0 commit comments

Comments
 (0)