Skip to content

Commit f45a759

Browse files
committed
Update test_feature_domain_schema.py
1 parent e9b7816 commit f45a759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unitary/default_setup/feature_types/test_feature_domain_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def test_zipcode(self):
344344
def test_categorical_bool_ordinal(self, feature_type):
345345
self.boolean.ads.feature_type = [feature_type]
346346
domain = self.boolean.ads.feature_domain()
347-
assert domain.constraints[0].expression == f"$x in [True, False]"
347+
assert domain.constraints[0].expression == "$x in [True, False]"
348348
assert domain.constraints[0].evaluate(x=True)
349349
assert domain.constraints[0].evaluate(x=False)
350350

0 commit comments

Comments
 (0)