Skip to content

Commit

Permalink
Get rid of unnecessary thaw.
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarst committed Oct 26, 2015
1 parent 6d145c2 commit 882ee63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eliot/tests/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def union(*dicts):
start_action_message_dicts = builds(
union, message_dicts, _start_action_fields).map(
lambda x: x.update({TASK_LEVEL_FIELD: x[TASK_LEVEL_FIELD].set(-1, 1)}))
start_action_messages = start_action_message_dicts.map(thaw).map(
start_action_messages = start_action_message_dicts.map(
written_from_pmap)


Expand Down

0 comments on commit 882ee63

Please sign in to comment.