Skip to content

Commit

Permalink
Adds endline on file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitar Tasev committed Nov 30, 2020
1 parent 4ee3faf commit c3c78c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantidimaging/core/data/test/images_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ def test_get_projection_angles_no_logfile(self):
def test_metadata_gets_updated_with_logfile(self):
images = generate_images()
images.log_file = generate_logfile()
self.assertEqual(images.log_file.source_file, images.metadata[const.LOG_FILE])
self.assertEqual(images.log_file.source_file, images.metadata[const.LOG_FILE])

0 comments on commit c3c78c2

Please sign in to comment.