Skip to content

Commit

Permalink
fix randomness test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
svmundada committed Mar 3, 2018
1 parent 6b01ac0 commit 9e68ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ def _string_substitutions(string):
"{'an', 'to', 'on'}": _string_substitutions("{'an', 'to', 'on'}"),
"{'one', 'two', 'six'}": _string_substitutions("{'one', 'two', 'six'}"),
"{'a', 'b', 'c'}": _string_substitutions("{'a', 'b', 'c'}"),
"{'3', '1.2', 'True'}": _string_substitutions("{'1.2', '3', 'True'}"),

# Normalize list ordering
"[1, 2.3456, 7]": _string_substitutions("[1, 2.3456, 7]"),
Expand Down

0 comments on commit 9e68ff4

Please sign in to comment.