Skip to content

Commit

Permalink
Update test_png_extraction.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan-Bellam authored Mar 29, 2022
1 parent abfde25 commit 91a05b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_png_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def setup_method(self):
Test Setup
"""
header_list = [ImageExtractor.extract_headers(
(0, self.test_dcm_file))]
(0, self.test_dcm_file,False,True))]
self.file_data = pd.DataFrame(header_list)
self.index = 0
self.invalid_file_data = pd.DataFrame([
Expand Down

0 comments on commit 91a05b3

Please sign in to comment.