Skip to content

Commit 4c2733f

Browse files
committed
updated new output file names in test_run_sate
1 parent a2ad48b commit 4c2733f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sate/test/test_run_sate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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])

0 commit comments

Comments
 (0)