mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
pyfec: fix typo in unit test
This commit is contained in:
parent
8f17174cb8
commit
ca4fce82e9
@ -98,6 +98,6 @@ def test_random():
|
||||
# sys.stdout.write(".")
|
||||
print "%d randomized tests pass." % (i+1)
|
||||
|
||||
if __name__ == "__init__":
|
||||
if __name__ == "__main__":
|
||||
test_random()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user