Add missing EOF

Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
This commit is contained in:
Yurii Serhiichuk 2023-10-29 22:28:04 +01:00
parent 215c9717e4
commit 2248928669
1 changed files with 0 additions and 1 deletions

View File

@ -177,4 +177,3 @@ def test_from_dict(cloudevents_implementation):
"type": "dummy.type",
}
assert cloudevents_implementation["from_dict"](given).dict() == given