Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Mar 18, 2015
1 parent 1d20a25 commit 5bb7667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_searchstrategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_int_lists_no_duplicates_in_simplify():

def test_just_works():
s = strategy(descriptors.just('giving'))
assert s.example() == "giving"
assert s.example() == 'giving'


Litter = namedtuple('Litter', ('kitten1', 'kitten2'))
Expand Down

0 comments on commit 5bb7667

Please sign in to comment.