File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,7 @@ def test_find_ready_extracts_by_filename_full(self):
134134
135135 def test_find_ready_extracts_by_filename_partial (self ):
136136 """
137- Testing that for the given partial filename, find the extracts, provided they are in 'ready' state. Should return
138- them in ascending order by registration datetime.
137+ Testing that for the given partial filename, find the extracts, provided they are in 'ready' state.
139138 :return:
140139 """
141140 extract = ExtractTracker (process_run = self .process_tracker
@@ -162,7 +161,7 @@ def test_find_ready_extracts_by_filename_partial(self):
162161
163162 given_result = self .process_tracker .find_ready_extracts_by_filename ('test_extract_filename' )
164163
165- self .assertEqual (expected_result , given_result )
164+ self .assertListEqual (expected_result , given_result )
166165
167166 def test_find_ready_extracts_by_filename_partial_not_descending (self ):
168167 """
You can’t perform that action at this time.
0 commit comments