Skip to content

Commit 14ba915

Browse files
committed
chore: Add additional test coverage for default string value
1 parent f0a121e commit 14ba915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_containers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,3 +646,4 @@ def test_partial_app_init_status() -> None:
646646
)
647647
assert app_init_status.local_info.name == "custom_A.03.0096_FCC"
648648
assert app_init_status.feature_info == [111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125]
649+
assert app_init_status.new_feature_info_str == ""

0 commit comments

Comments
 (0)