Skip to content

Commit 0e1fd74

Browse files
add unittest in customAttrMap for UnicodeSetAttribute
1 parent 96081a1 commit 0e1fd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pynamodb/tests/test_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Meta:
5050
class CustomAttrMap(MapAttribute):
5151
overridden_number_attr = NumberAttribute(attr_name="number_attr")
5252
overridden_unicode_attr = UnicodeAttribute(attr_name="unicode_attr")
53-
53+
overridden_unicode_set_attr = UnicodeSetAttribute(attr_name='unicode_set_attr')
5454

5555
class DefaultsMap(MapAttribute):
5656
map_field = MapAttribute(default={})

0 commit comments

Comments
 (0)