Skip to content

Commit aad03f0

Browse files
merge
2 parents b9f4318 + 566dffb commit aad03f0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/test_helpers.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
nativestr,
66
parse_to_list,
77
quote_string,
8-
random_string, parse_to_dict
8+
random_string,
9+
parse_to_dict
910
)
1011

1112

@@ -31,12 +32,12 @@ def test_parse_to_dict():
3132
['Some string', 'hello'],
3233
['Child iterators',
3334
['Time', '0.2089', 'Counter', 3, 'Child iterators',
34-
['Type', 'bar', 'Time', '0.072', 'Counter', 3],
35+
['Type', 'bar', 'Time', '0.0729', 'Counter', 3],
3536
['Type', 'barbar', 'Time', '0.058', 'Counter', 3]]]]
3637
assert parse_to_dict(r) == {
3738
'Child iterators': {
3839
'Child iterators': [
39-
{'Counter': 3.0, 'Time': 0.072, 'Type': 'bar'},
40+
{'Counter': 3.0, 'Time': 0.0729, 'Type': 'bar'},
4041
{'Counter': 3.0, 'Time': 0.058, 'Type': 'barbar'}
4142
],
4243
'Counter': 3.0,

0 commit comments

Comments
 (0)