File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ def test_notification_filter_clear(self):
50
50
all_created_notification_filter_url_monetary_account = \
51
51
NotificationFilterUrlMonetaryAccountInternal .create_with_list_response ().value
52
52
53
- self .assertTrue (all_created_notification_filter_push_user )
54
- self .assertTrue (all_created_notification_filter_url_user )
55
- self .assertTrue (all_created_notification_filter_url_monetary_account )
53
+ self .assertFalse (all_created_notification_filter_push_user )
54
+ self .assertFalse (all_created_notification_filter_url_user )
55
+ self .assertFalse (all_created_notification_filter_url_monetary_account )
56
56
57
57
self .assertEqual (0 , len (NotificationFilterPushUserInternal .list ().value ))
58
58
self .assertEqual (0 , len (NotificationFilterUrlUserInternal .list ().value ))
You can’t perform that action at this time.
0 commit comments