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 fd14a15 commit 59eead4Copy full SHA for 59eead4
sde_collections/tests/test_tdamm_tags.py
@@ -22,7 +22,7 @@ def test_manual_and_ml_field_behavior(self):
22
# Setting tdamm_tag affects only manual field
23
url.tdamm_tag = ["MMA_M_EM", "MMA_M_G"]
24
assert url.tdamm_tag_manual == ["MMA_M_EM", "MMA_M_G"]
25
- assert url.tdamm_tag_ml is None
+ assert url.tdamm_tag_ml == []
26
27
# ML field must be set explicitly
28
url.tdamm_tag_ml = ["MMA_M_N"]
0 commit comments