Skip to content

Commit

Permalink
Updated testcase names
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-vd-aardweg committed Apr 17, 2023
1 parent e6af25c commit 73979f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dflowfm/test_xyn.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_parse_xyn_file(self):
parsed_contents = XYNParser.parse(xyn_file)
assert expected_result == parsed_contents

def test_parse_xyn_file_with_single_quoted_name_removes_quotes_and_keeps_spaces(
def test_parse_xyn_file_with_single_quoted_name_removes_quotes_and_keeps_whitespace(
self,
):
file_content = """
Expand All @@ -50,7 +50,7 @@ def test_parse_xyn_file_with_single_quoted_name_removes_quotes_and_keeps_spaces(
parsed_contents = XYNParser.parse(xyn_file)
assert expected_result == parsed_contents

def test_parse_xyn_file_with_double_quoted_name_removes_quotes_and_keeps_spaces(
def test_parse_xyn_file_with_double_quoted_name_removes_quotes_and_keeps_whitespace(
self,
):
file_content = """
Expand Down

0 comments on commit 73979f8

Please sign in to comment.