Skip to content

Commit 20c5039

Browse files
authored
Merge pull request #1135 from ethho/dev-tests-plat-163-relop
PLAT-163: Migrate test_relational_operand
2 parents 74614b1 + 68b32b8 commit 20c5039

File tree

2 files changed

+597
-1
lines changed

2 files changed

+597
-1
lines changed

tests/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def make(self, key):
147147
from datetime import date, timedelta
148148

149149
users = [None, None] + list(User().fetch()["username"])
150-
random.seed("Amazing Seed")
150+
random.seed("Amazing Seed4")
151151
self.insert(
152152
dict(
153153
key,

0 commit comments

Comments
 (0)