Skip to content

Commit dc8b3ff

Browse files
committed
Test the correct variable.
1 parent 18d6999 commit dc8b3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intercom/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def custom_data(self, custom_data):
377377
378378
>>> user = User(email="somebody@example.com")
379379
>>> user.custom_data = { 'max_monthly_spend': 200 }
380-
>>> type(custom_data)
380+
>>> type(user.custom_data)
381381
<class 'intercom.user.CustomData'>
382382
>>> user.save()
383383
>>> len(user.custom_data)

0 commit comments

Comments
 (0)