Skip to content

Commit 9088c61

Browse files
committed
Add missing newlines at EOF
1 parent 226ef03 commit 9088c61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
@pytest.fixture(scope="session")
55
def pickle_key():
6-
return b"DEFAULT_PICKLE_KEY_1234567890___"
6+
return b"DEFAULT_PICKLE_KEY_1234567890___"

tests/pk_encryption_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ def test_message_from_invalid_base64():
7979
b64encode(b"some_text").decode(),
8080
b64encode(b"some_mac").decode(),
8181
"not-valid-base64!@#" # Invalid base64 for ephemeral key
82-
)
82+
)

0 commit comments

Comments
 (0)