Skip to content

Commit e77c647

Browse files
committed
Correct test
1 parent 65808a0 commit e77c647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_process_properties_multiple():
105105
"</foo>"
106106
).root
107107
properties = {
108-
"spam": ["abc", "def"]
108+
"spam": ["def", "abc"]
109109
}
110110
assert process_properties(manifest, node) == properties
111111

0 commit comments

Comments
 (0)