Skip to content

Commit

Permalink
corrected friendly_name for test_util
Browse files Browse the repository at this point in the history
  • Loading branch information
raftmsohani committed Dec 4, 2023
1 parent b1be7bb commit cad9173
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tdrs-backend/tdpservice/parsers/test/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def test_multi_record_schema_parses_and_validates():
Field(
item=2,
name='second',
friendly_name='first',
friendly_name='second',
type='string',
startIndex=2,
endIndex=4,
Expand All @@ -426,7 +426,7 @@ def test_multi_record_schema_parses_and_validates():
Field(
item=3,
name='third',
friendly_name='first',
friendly_name='third',
type='string',
startIndex=4,
endIndex=5,
Expand All @@ -446,7 +446,7 @@ def test_multi_record_schema_parses_and_validates():
Field(
item=4,
name='fourth',
friendly_name='first',
friendly_name='fourth',
type='string',
startIndex=4,
endIndex=5,
Expand Down

0 comments on commit cad9173

Please sign in to comment.