Skip to content

Commit

Permalink
Merge pull request #1135 from ethho/dev-tests-plat-163-relop
Browse files Browse the repository at this point in the history
PLAT-163: Migrate test_relational_operand
  • Loading branch information
A-Baji authored Dec 14, 2023
2 parents 74614b1 + 68b32b8 commit 20c5039
Show file tree
Hide file tree
Showing 2 changed files with 597 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 @@ -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")
self.insert(
dict(
key,
Expand Down
Loading

0 comments on commit 20c5039

Please sign in to comment.