Skip to content

Commit 46f936c

Browse files
author
Brian Flores
committed
updated unit test
1 parent 93b7ef8 commit 46f936c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

tests/managers/account_tests.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,14 @@ def test_get_account_billing_items(self):
103103
"cancellationDate": {
104104
"operation": "is null"
105105
},
106-
"createDate": {
107-
'operation': 'orderBy',
108-
'options': [{
109-
'name': 'sort',
110-
'value': ['ASC']
111-
}]
106+
"id": {
107+
"operation": "orderBy",
108+
"options": [
109+
{
110+
"name": "sort",
111+
"value": ["ASC"]
112+
}
113+
]
112114
}
113115
}
114116
}

0 commit comments

Comments
 (0)