Skip to content

Commit

Permalink
Remove bad comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonhart committed May 11, 2023
1 parent d00ef3b commit 23ffad5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/generic/test_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def test__init__with_version(test_case_versions: List[TestCase]) -> None:
editor.description(new_description)
editor.add(test_case_versions[0])

assert test_suite.version == test_suite0.version # editing description does not bump version
assert test_suite.description == new_description
assert test_suite == TestSuite(name, version=test_suite.version)
assert test_suite == TestSuite(name)
Expand Down

0 comments on commit 23ffad5

Please sign in to comment.