Skip to content

Commit

Permalink
Merge pull request #1129 from ethho/dev-tests-plat-156-fetch
Browse files Browse the repository at this point in the history
PLAT-156: Migrate test_fetch
  • Loading branch information
A-Baji authored Dec 13, 2023
2 parents 5cf703f + 94c6c31 commit bd2690d
Show file tree
Hide file tree
Showing 2 changed files with 400 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ class DecimalPrimaryKey(dj.Lookup):
definition = """
id : decimal(4,3)
"""
contents = zip((0.1, 0.25, 3.99))
contents = list(zip((0.1, 0.25, 3.99)))


class IndexRich(dj.Manual):
Expand Down
Loading

0 comments on commit bd2690d

Please sign in to comment.