Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: spelling error #340

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class TestSampleLambdaWithDynamoDB(TestCase):
def setUp(self) -> None:
"""
Test Set up:
1. Create the lambda environment variale DYNAMODB_TABLE_NAME
1. Create the Lambda environment variable DYNAMODB_TABLE_NAME
2. Build a DynamoDB Table according to the SAM template
3. Populate DynamoDB Data into the Table for test
"""
Expand Down Expand Up @@ -163,4 +163,4 @@ def tearDown(self) -> None:
For teardown, remove the mocked table & environment variable
"""
self.mock_dynamodb_table.delete()
del environ['DYNAMODB_TABLE_NAME']
del environ['DYNAMODB_TABLE_NAME']