Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwanghan authored Mar 18, 2024
1 parent 45fe0bf commit 1212fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fugue_test/execution_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def test_map_with_binary(self):
],
"a:bytes",
)
self.df_eq(expected, c, no_pandas=True, check_order=True, throw=True)
self.df_eq(expected, c, no_pandas=True, check_order=False, throw=True)

def test_join_multiple(self):
e = self.engine
Expand Down

0 comments on commit 1212fde

Please sign in to comment.