Skip to content

Commit

Permalink
And update some tests strings for 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Dryabzhinsky committed Apr 16, 2022
1 parent 6851ccd commit 2a43d80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ def raise_skip(msg):

class BaseTestZSTD(unittest.TestCase):

VERSION = "1.5.1"
VERSION_INT = 10501
VERSION = "1.5.2"
VERSION_INT = 10502
VERSION_INT_MIN = 1 * 100*100 + 0 * 1*100 + 0
PKG_VERSION = "1.5.1.0"
PKG_VERSION = "1.5.2.0"

def helper_version(self):
self.assertEqual(self.PKG_VERSION, zstd.version())
Expand Down

0 comments on commit 2a43d80

Please sign in to comment.