Skip to content

Commit bf190c1

Browse files
committed
Fix formatting tests
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 1794018 commit bf190c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_rubygems_gem_version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ def test_canonical_segments():
185185
assert GemVersion("1.0.0.a.1.0").canonical_segments == (1, "a", 1)
186186
assert GemVersion("1.2.3-1").canonical_segments == (1, 2, 3, "pre", 1)
187187

188+
188189
def test_GemVersion_is_hashable():
189190
hash(GemVersion("1.0.0"))
190191

0 commit comments

Comments
 (0)