Skip to content

Commit cba01f4

Browse files
khvn26matthewelwell
andcommitted
Fix typo
Co-authored-by: Matthew Elwell <[email protected]>
1 parent 558d10b commit cba01f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/tests/unit/environments/dynamodb/test_unit_services.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_migrate_environments_to_v2__environment_with_overrides__writes_expected
5757
assert results[1] == expected_identity_override_document
5858

5959

60-
def test_migrate_environments_to_v2__wrappes_disabled__does_not_write(
60+
def test_migrate_environments_to_v2__wrapper_disabled__does_not_write(
6161
mocker: MockerFixture,
6262
) -> None:
6363
# Given

0 commit comments

Comments
 (0)