mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-21 06:03:50 +00:00
rename testdata file - cause pytest err
This commit is contained in:
parent
66e0ede4c0
commit
bfa25d124a
2 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ try:
|
||||||
bwClient = TCPClient()
|
bwClient = TCPClient()
|
||||||
if bwClient.connect(ip, port):
|
if bwClient.connect(ip, port):
|
||||||
|
|
||||||
testFile = open(paths.TEST_PATH + "testdata.txt", "r")
|
testFile = open(paths.TEST_PATH + "testdata.list", "r")
|
||||||
|
|
||||||
while 1:
|
while 1:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue