Skip to content

Commit

Permalink
KPMP-5361: Fix test by removing extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy committed May 17, 2024
1 parent 4745e52 commit 60163f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/dataHelper.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('dataHelper', () => {
let summaryMappingResult = mapSummaryKeysToPresentationStyle(summaryUnmapped);
let expectedSummaryMapping = {
'Participant ID': "test-redcapId",
' Enrollment Category': "test-tissueType"
'Enrollment Category': "test-tissueType"
}
expect(summaryMappingResult).toEqual(expectedSummaryMapping);
}),
Expand Down

0 comments on commit 60163f7

Please sign in to comment.