Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Elwell <[email protected]>
  • Loading branch information
khvn26 and matthewelwell authored Dec 11, 2023
1 parent 31ea532 commit fba2ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/unit/environments/dynamodb/test_unit_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_migrate_environments_to_v2__environment_with_overrides__writes_expected
assert results[1] == expected_identity_override_document


def test_migrate_environments_to_v2__wrappes_disabled__does_not_write(
def test_migrate_environments_to_v2__wrapper_disabled__does_not_write(
mocker: MockerFixture,
) -> None:
# Given
Expand Down

0 comments on commit fba2ea3

Please sign in to comment.