Skip to content

Commit 59eead4

Browse files
committed
Updated test_tdamm_tags to use the value from post_generation decorator
1 parent fd14a15 commit 59eead4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sde_collections/tests/test_tdamm_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_manual_and_ml_field_behavior(self):
2222
# Setting tdamm_tag affects only manual field
2323
url.tdamm_tag = ["MMA_M_EM", "MMA_M_G"]
2424
assert url.tdamm_tag_manual == ["MMA_M_EM", "MMA_M_G"]
25-
assert url.tdamm_tag_ml is None
25+
assert url.tdamm_tag_ml == []
2626

2727
# ML field must be set explicitly
2828
url.tdamm_tag_ml = ["MMA_M_N"]

0 commit comments

Comments
 (0)