fix whitespace changes

This commit is contained in:
jess 2020-04-06 18:45:23 +10:00
parent b6e73776d5
commit 4c2460ddfd

View File

@ -121,14 +121,12 @@ class TestCore:
assert "Records" in resp
assert len(resp["Records"]) == 0
def test_get_records_seq(self):
conn = boto3.client("dynamodb", region_name="us-east-1")
conn.put_item(
TableName="test-streams",
Item={"id": {"S": "entry1"}, "first_col": {"S": "foo"}}
)
conn.put_item(
TableName="test-streams",