Skip to content

Commit

Permalink
replace removed text
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Nov 14, 2023
1 parent 017b5e3 commit cc00bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tdrs-backend/tdpservice/parsers/test/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_run_preparsing_validators_returns_invalid_and_errors():


def test_parse_line_parses_line_from_schema_to_dict():
"""Test that parse_line parses a string into a dict given start and end indices for all """
"""Test that parse_line parses a string into a dict given start and end indices for all fields."""
line = '12345001'
schema = RowSchema(
model=dict,
Expand All @@ -74,7 +74,7 @@ def test_parse_line_parses_line_from_schema_to_dict():


def test_parse_line_parses_line_from_schema_to_object():
"""Test that parse_line parses a string into an object given start and end indices for all """
"""Test that parse_line parses a string into an object given start and end indices for all fields."""
class TestModel:
first = None
second = None
Expand Down

0 comments on commit cc00bce

Please sign in to comment.