Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vtemian committed Mar 9, 2018
1 parent 7156eb2 commit cca43bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/test_repository.py
Expand Up @@ -61,7 +61,7 @@ def test_if_we_find_only_directories_should_return_none():


def test_set_new_configs():
repository = Repository('empty_repo', 'tests/fixtures/', 'git')
repository = Repository('empty_repo', 'tests/fixtures/', MagicMock())
repository.repo.overwrite('''
repo test-repo
RW+ = @support
Expand Down

0 comments on commit cca43bf

Please sign in to comment.