Skip to content

Commit

Permalink
Test bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ariannamorettj committed Jul 5, 2021
1 parent de6ddc5 commit 19d4532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ def test_write_to_csv_and_extract_row_number_and_create_output(self):
self.assertTrue( os.path.isfile( self.publisher_data_csv_filepath ) )
self.assertEqual(extract_row_number( self.test_publisher_data ), (13, self.test_prefix_to_member_code_dict,
self.test_external_data_dict))
create_output( self.test_publisher_data, self.example_output_path_2)
self.assertTrue( os.path.isfile( self.output_json_filepath ) )
create_output(self.test_publisher_data, self.example_output_path_2)
self.assertTrue( os.path.isfile( self.example_output_path_2 ) )
self.assertFalse( os.path.isfile( self.correct_dois_csv_filepath ) )
self.assertFalse( os.path.isfile( self.incorrect_dois_csv_filepath ) )
self.assertFalse( os.path.isfile( self.prefix_member_code_json_filepath ) )
Expand Down

0 comments on commit 19d4532

Please sign in to comment.