Skip to content

Commit

Permalink
[TIP] Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeOberti committed Aug 24, 2022
1 parent 3e25136 commit 98a56c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('displayValueField()', () => {
it('should return correct RawIndicatorFieldId for valid field', () => {
const mockIndicator = generateMockIndicator();
const result = displayField(mockIndicator);
expect(result).toEqual(RawIndicatorFieldId.UrlFull);
expect(result).toEqual(RawIndicatorFieldId.Ip);
});

it('should return null for invalid field', () => {
Expand Down

0 comments on commit 98a56c3

Please sign in to comment.