Skip to content

Commit

Permalink
restore overwritten test case
Browse files Browse the repository at this point in the history
  • Loading branch information
aschey-forpeople committed Sep 30, 2024
1 parent b37dc34 commit e9ffe57
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@ public static Stream<Arguments> fissTest() {
NON_SAMHSA_CODE,
true,
"SHOULD be filtered but was NOT."),
arguments(
"SAMHSA ICD 9 Diagnosis code (Other)",
ICD_9_DATE,
List.of(NON_SAMHSA_CODE, NON_SAMHSA_CODE, ICD_9_DX_SAMHSA_CODE),
NON_SAMHSA_CODE,
NON_SAMHSA_CODE,
List.of(NON_SAMHSA_CODE, NON_SAMHSA_CODE, NON_SAMHSA_CODE),
NON_SAMHSA_CODE,
NON_SAMHSA_CODE,
true,
"SHOULD be filtered but was NOT."),
arguments(
"SAMHSA ICD 9 Diagnosis code (Other) with date mismatch",
ICD_10_DATE,
Expand Down

0 comments on commit e9ffe57

Please sign in to comment.