summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-12-01 14:28:38 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-12-01 14:28:38 -0500
commit6d5155de3491b9c52c673de5d07920872cdca808 (patch)
tree84fe237bfb480676a9c80b2bf1391d75990d43f6
parente98082b996503c1ad26a26d724777d610cdc7c56 (diff)
downloadalembic-6d5155de3491b9c52c673de5d07920872cdca808.tar.gz
- use a much bigger stamp here as only three chars can collide quite easily
-rw-r--r--tests/test_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_command.py b/tests/test_command.py
index 2579144..0061023 100644
--- a/tests/test_command.py
+++ b/tests/test_command.py
@@ -317,7 +317,7 @@ class UpgradeDowngradeStampTest(TestBase):
def test_sql_stamp_from_partial_rev(self):
with capture_context_buffer() as buf:
- command.stamp(self.cfg, "%s:head" % self.a[0:3], sql=True)
+ command.stamp(self.cfg, "%s:head" % self.a[0:7], sql=True)
assert (
"UPDATE alembic_version "
"SET version_num='%s' "