Sort variables.

This commit is contained in:
Eric Snow 2018-03-09 00:56:08 +00:00
parent 0e3abe4927
commit 771830b2fb

View file

@ -395,17 +395,17 @@ class VariablesTests(NormalRequestTest, unittest.TestCase):
self.assert_vsc_received(received, [
self.expected_response(
variables=[
{
'name': 'spam',
'type': 'str',
'value': "'eggs'",
},
{
'name': 'ham',
'type': 'list',
'value': '[1, 2, 3]',
'variablesReference': 2,
},
{
'name': 'spam',
'type': 'str',
'value': "'eggs'",
},
{
'name': 'x',
'type': 'bool',