8000 fixed typo in requirement installs · rsliang/botbuilder-python@e76ada4 · GitHub
[go: up one dir, main page]

Skip to content

Commit e76ada4

Browse files
committed
fixed typo in requirement installs
1 parent 48b2311 commit e76ada4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/botbuilder-azure/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
REQUIRES = ['azure-cosmos>=3.0.0',
88
'botbuilder-schema>=4.0.0.a6',
99
'botframework-connector>=4.0.0.a6']
10-
TEST_REQUIRES = ['aiounittests>=1.1.0']
10+
TEST_REQUIRES = ['aiounittest>=1.1.0']
1111

1212
root = os.path.abspath(os.path.dirname(__file__))
1313

0 commit comments

Comments
 (0)
0