Skip to content

Commit 21185b3

Browse files
committed
Fix too long line
1 parent 73a0289 commit 21185b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ast/test_meta_data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ def test_query_metadata_burried():
8989

9090

9191
def test_query_metadata_updated():
92-
'This is testing code in QMetaData, but we need lookup_query_metadata which we are testing in this file'
92+
'''This is testing code in QMetaData, but we need lookup_query_metadata which we are
93+
testing in this file'''
9394
r = (
9495
my_event()
9596
.QMetaData({"one": "two"})

0 commit comments

Comments
 (0)