Skip to content

Commit 1c699f7

Browse files
committed
Rename test; json is stdlib, not builtin
1 parent c6dfb30 commit 1c699f7

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)