Skip to content

Commit 51d06cd

Browse files
committed
map_drb345_to_drbx is only used for batch mode.
1 parent 82f75b5 commit 51d06cd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyard/ard.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"reduce_MAC": True,
5858
"reduce_shortnull": True,
5959
"ping": True,
60-
"map_drb345_to_drbx": True,
6160
"verbose_log": False,
6261
"ARS_as_lg": False,
6362
"strict": True,

tests/features/allele.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ Feature: Alleles
102102

103103
Scenario Outline: Allele validation in ignore_suffix mode
104104

105-
DRBX*NNNN is valid in ignore_suffix_mode
105+
DRBX*NNNN is valid in ignore_suffix_mode
106106

107107
Given the allele as <Allele>
108108
When checking for validity of the allele in ignore_suffix mode
109109
Then the validness of the allele is <Validity>
110110

111111
Examples:
112112
| Allele | Validity |
113-
| DRBX*NNNN | Valid |
113+
| DRBX*NNNN | Valid |

0 commit comments

Comments
 (0)