File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ def testMultiDnaLocusRun(self):
114114 [seqs_in1_path , seqs_in2_path ],
115115 [seqs_out1_path , seqs_out2_path ])
116116 concat_out = os .path .join (self .ts .top_level_temp ,
117- 'satejob_iteration_0_temp_seq_alignment .txt' )
117+ 'satejob_temp_iteration_0_seq_alignment .txt' )
118118 self .assertSameConcatenatedSequences (
119119 concatenated_file_path = concat_out ,
120120 file_path_list = [seqs_in1_path , seqs_in2_path ])
@@ -145,7 +145,7 @@ def testMultiAminoAcidLocusRun(self):
145145 [seqs_in1_path , seqs_in2_path ],
146146 [seqs_out1_path , seqs_out2_path ])
147147 concat_out = os .path .join (self .ts .top_level_temp ,
148- 'satejob_iteration_0_temp_seq_alignment .txt' )
148+ 'satejob_temp_iteration_0_seq_alignment .txt' )
149149 self .assertSameConcatenatedSequences (
150150 concatenated_file_path = concat_out ,
151151 file_path_list = [seqs_in1_path , seqs_in2_path ])
You can’t perform that action at this time.
0 commit comments