Skip to content

Commit

Permalink
Adjust project_code of created project not to overlap with project_fo…
Browse files Browse the repository at this point in the history
…o fixture
  • Loading branch information
ta2-1 committed Feb 2, 2017
1 parent 8325209 commit aa65b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def test_root_hide_permissions(po_directory, nobody, default, admin, hide,
@pytest.mark.django_db
def test_project_create_with_none_treestyle(english, templates, settings):
project = Project.objects.create(
code="foo",
code="fs_foo",
fullname="bar",
source_language=english,
treestyle='pootle_fs')
Expand Down

0 comments on commit aa65b25

Please sign in to comment.