summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Hall <dave.hall@skwashd.com>2015-11-29 23:48:59 +1100
committerDave Hall <dave.hall@skwashd.com>2015-11-30 00:08:02 +1100
commitec54ee92f1e9ad06d87fc864a08ceb66021c7df0 (patch)
treed973d84c3ebb58c3136a01c1498dd23f12e5bbbb
parenta8a75320eb274ed27227b70a3d4d090c4674237d (diff)
downloadsemantic-version-ec54ee92f1e9ad06d87fc864a08ceb66021c7df0.tar.gz
Fix broken test
-rwxr-xr-xtests/test_match.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_match.py b/tests/test_match.py
index c4452d4..473abfc 100755
--- a/tests/test_match.py
+++ b/tests/test_match.py
@@ -14,7 +14,6 @@ class MatchTestCase(unittest.TestCase):
'!0.1',
'<=0.1.4a',
'>0.1.1.1',
- '~0.1.2-rc23,1',
'<0.1.2-rc1.3-14.15+build.2012-01-01.11h34',
]
@@ -25,6 +24,7 @@ class MatchTestCase(unittest.TestCase):
'0.1.0',
'<=0.1.1',
'<0.1',
+ '1',
'>0.1.2-rc1',
'>=0.1.2-rc1.3.4',
'==0.1.2+build42-12.2012-01-01.12h23',