Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Mar 18, 2018
1 parent ae7d08f commit 925e3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask/tests/test_local.py
Expand Up @@ -176,4 +176,4 @@ def append(i):

get_sync(dsk, 'y')

assert L == sorted(L, reverse=True)
assert L == sorted(L)

0 comments on commit 925e3d3

Please sign in to comment.