Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KSchopmeyer committed Jun 3, 2018
1 parent 1d4dc6f commit 5d124c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/test_wbemconnection_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ def test_dr(self, conn, tst_instances_mof):
'cimfoo_sub_sub': 'cimfoo_sub_sub: %s' % str_data},
path=CIMInstanceName('CIM_Foo_sub_sub',
{'InstanceID': inst_id}))
conn.add_cimobjects(inst, namespace=ns
conn.add_cimobjects(inst, namespace=ns)

# The following will not compile. Gets compiler error
# str = u'instance of CIM_Foo_sub2 as $foosub22 {' \
Expand Down

0 comments on commit 5d124c4

Please sign in to comment.