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 @@ -166,7 +166,7 @@ def testLogicalInterfaceActivation(self):
166
166
createdLI .validate ()
167
167
print ("LI Differences: %s " % createdLI .validate ())
168
168
169
- # Activating the Li should fail as it is not yet associated with a Device or Thong Type.
169
+ # Activating the Li should fail as it is not yet associated with a Device or Thing Type.
170
170
try :
171
171
createdLI .activate ()
172
172
# Hmm, the activate should raise an exception
@@ -175,10 +175,10 @@ def testLogicalInterfaceActivation(self):
175
175
assert True
176
176
# The expected exception was raised
177
177
178
- #This should fail as there are currently no differences with the LI
178
+ # This should fail as there are currently no differences with the LI
179
179
try :
180
180
createdLI .differences ()
181
- #Should raise an exception
181
+ # Should raise an exception
182
182
assert False
183
183
except :
184
184
assert True
You can’t perform that action at this time.
0 commit comments