We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab9a92 commit 07553a2Copy full SHA for 07553a2
tests/test_relation.py
@@ -309,7 +309,7 @@ def relation_selector(attr):
309
for name, rel in getmembers(schema, relation_selector):
310
assert re.match(
311
rel.tier_regexp, rel.table_name
312
- ) == "Regular expression does not match for {name}".format(name=name)
+ ), "Regular expression does not match for {name}".format(name=name)
313
for tier in tiers:
314
assert issubclass(rel, tier) or not re.match(
315
tier.tier_regexp, rel.table_name
0 commit comments