add semicolon
This commit is contained in:
parent
c959cc799c
commit
db8eb39b86
|
@ -79,7 +79,7 @@ module.exports = {
|
|||
TestCase.assertUndefined(session.url);
|
||||
TestCase.assertEqual(session.state, 'active');
|
||||
});
|
||||
})
|
||||
});
|
||||
},
|
||||
|
||||
testErrorHandling() {
|
||||
|
|
Loading…
Reference in New Issue