Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def make(self, key):
from datetime import date, timedelta

users = [None, None] + list(User().fetch()["username"])
random.seed("Amazing Seed")
random.seed("Amazing Seed4")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For test_restriction_by_null, we needed some users in this table with name None. I changed the seed until the table contents fulfilled this restriction, and test_restriction_by_null passed.

self.insert(
dict(
key,
Expand Down
Loading