Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rogelioLpz committed Sep 15, 2023
1 parent 02b9a9b commit f443737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_count(count, truth):
(today, today.isoformat()),
(now, utcnow.isoformat()),
(TestClass(uno='uno'), dict(uno='uno', dos='dos')),
(b'test', 'dGVzdA==') # b64 encode
(b'test', 'dGVzdA=='), # b64 encode
],
)
def test_json_encoder(value, result):
Expand Down

0 comments on commit f443737

Please sign in to comment.