Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: duplicate worksheet fields test (#1625)
Browse files Browse the repository at this point in the history
* fix: duplicate worksheet fields test

* Merge branch 'master' into fix-duplicate-name-test
  • Loading branch information
razvan-pro authored Feb 23, 2022
1 parent f97e528 commit 2d34ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aimmo/tests/test_migration_worksheet_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_worksheet_has_new_fields_added(migrator):


@pytest.mark.django_db
def test_worksheet_has_new_fields_added(migrator):
def test_worksheet_has_new_pdf_name_fields(migrator):
migrator.apply_initial_migration(
("aimmo", "0020_add_info_to_worksheet"),
)
Expand Down

0 comments on commit 2d34ed2

Please sign in to comment.