Skip to content

Commit

Permalink
fix(test)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmeyerov committed Oct 10, 2024
1 parent de58ace commit d628ee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphistry/tests/test_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def raise_for_status(self):
def json(self):
return {"success": True, "dataset": "fakedatasetname", "viztoken": "faketoken"}

status_code = 200

def assertFrameEqual(df1, df2, **kwds):
"""Assert that two dataframes are equal, ignoring ordering of columns"""
Expand Down

0 comments on commit d628ee1

Please sign in to comment.