Blacked
This commit is contained in:
@@ -19,6 +19,7 @@ def test_get_month_name_from_range():
|
||||
def test_get_version():
|
||||
class MockIssue:
|
||||
pass
|
||||
|
||||
issue_with = MockIssue()
|
||||
issue_with.fixed_version = "v2.5.0"
|
||||
assert get_version(issue_with) == "v2.5.0"
|
||||
|
||||
Reference in New Issue
Block a user