Skip to content

Commit

Permalink
update tests for deprecated pandas util
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers authored Aug 13, 2024
1 parent 7872366 commit ad4da04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/webuploader/test_study_summary_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import pandas as pd
import pytest
from model_bakery import baker
from pandas.util.testing import assert_frame_equal
from pandas.testing import assert_frame_equal

from emgapianns.management.lib import study_summary_generator # noqa: E402

Expand Down

0 comments on commit ad4da04

Please sign in to comment.