Skip to content

Commit

Permalink
fix test_pandas for sorted values_map
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Feb 16, 2016
1 parent 2eb8595 commit 61ebf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hansel/tests/test_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def test_pandas_fill_crumbs(tmp_tree):
df_crumbs = list(pandas_fill_crumbs(df, tmp_crumb))
uf_crumbs = tmp_crumb.unfold()

assert set(df_crumbs) == set(uf_crumbs)
assert df_crumbs == uf_crumbs

0 comments on commit 61ebf66

Please sign in to comment.