Skip to content

Commit

Permalink
Remove Output on Builder Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
super3 committed Aug 3, 2015
1 parent d196757 commit 8218956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_Builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_builder(self):
my_max_size = 1024*1024*256 # 256 MB

bucket = Builder(my_address, my_shard_size, my_max_size)
bucket.build(my_store_path, True, True)
bucket.build(my_store_path, False, True)

def test_generate(self):
my_address = "191GVvAaTRxLmz3rW3nU5jAV1rF186VxQc"
Expand Down

0 comments on commit 8218956

Please sign in to comment.