Skip to content

Commit e128632

Browse files
committed
Merge remote-tracking branch 'upstream/dev-tests' into dev-tests-plat-161-reconn
2 parents e3672f6 + bd2690d commit e128632

File tree

2 files changed

+400
-1
lines changed

2 files changed

+400
-1
lines changed

tests/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ class DecimalPrimaryKey(dj.Lookup):
307307
definition = """
308308
id : decimal(4,3)
309309
"""
310-
contents = zip((0.1, 0.25, 3.99))
310+
contents = list(zip((0.1, 0.25, 3.99)))
311311

312312

313313
class IndexRich(dj.Manual):

0 commit comments

Comments
 (0)