Skip to content

Commit b1349c2

Browse files
authored
Update test.py
1 parent 8642492 commit b1349c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test_type_int_detect():
8585

8686

8787
def test_is_windows():
88-
print('操作系统是否为Windows:' + str(utils.is_windows()))
88+
print('is windows: ' + str(utils.is_windows()))
8989

9090

9191
if __name__ == "__main__":

0 commit comments

Comments
 (0)