Skip to content

Commit d5abe4a

Browse files
committed
Rename test; json is stdlib, not builtin
1 parent ab81417 commit d5abe4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_writer(wfile, writer):
9292
)
9393

9494

95-
def test_writer_builtin_json(wfile):
95+
def test_writer_stdlib_json(wfile):
9696
"""Test the stream writer using the standard json lib."""
9797
data = {
9898
'id': 'hello',

0 commit comments

Comments
 (0)