Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smn committed Nov 10, 2014
1 parent c2882d8 commit 2806ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticgit/commands/tests/test_resync.py
Expand Up @@ -23,7 +23,7 @@ def recreate_index(self, branch_name):
self.im.refresh_indices(branch_name)

def resync(self, workspace, model_class, mapping_file=None,
recreate_index=True):
recreate_index=False):
tool = ResyncTool()
tool.stdout = StringIO()
tool.run(None, model_class,
Expand Down

0 comments on commit 2806ba9

Please sign in to comment.