Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
patkyn committed Feb 6, 2024
1 parent 3c97428 commit 06a75dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_extractdwca.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_extract_csv_content(self, test_case):

dwca_creator = Dwca()

dwca_creator.extract_csv_content(csv_info=test_case['file_type'], core_ext_type=CoreOrExtType.CORE)
dwca_creator._extract_csv_content(csv_info=test_case['file_type'], core_ext_type=CoreOrExtType.CORE)

pd.testing.assert_frame_equal(dwca_creator.core_content.df_content.drop(columns=['id']), test_case['expected_result'])

Expand Down

0 comments on commit 06a75dd

Please sign in to comment.