Skip to content

Commit 9569ad5

Browse files
committed
Typo fix
1 parent 83864e5 commit 9569ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/valueSetUtils.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe('valueSetUtils', () => {
5757
expect(() => checkCodeInVs(includesCode, undefined)).toThrow();
5858
});
5959
test('Should return false when not provided a code', () => {
60-
// Note: This was the expected behavior of id10System lookups before this separate module was created;
60+
// Note: This was the expected behavior of icd10System lookups before this separate module was created;
6161
// could be an opportunity for refactoring in the future, but not feasible to check now.
6262
expect(checkCodeInVs(undefined, icd10System, vsPath)).toBeFalsy();
6363
});

0 commit comments

Comments
 (0)