Skip to content

Commit bd2690d

Browse files
authored
Merge pull request #1129 from ethho/dev-tests-plat-156-fetch
PLAT-156: Migrate test_fetch
2 parents 5cf703f + 94c6c31 commit bd2690d

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)