MXS-1300: Correct test case descriptions
The test descriptions now describe the expected logical outcome of the test, not the operation being done.
This commit is contained in:
@ -17,12 +17,12 @@ describe("Enable/Disable Commands", function() {
|
||||
})
|
||||
})
|
||||
|
||||
it('enable log-priority with bad parameter', function() {
|
||||
it('will not enable log-priority with bad parameter', function() {
|
||||
return doCommand('enable log-priority bad-stuff')
|
||||
.should.be.rejected
|
||||
})
|
||||
|
||||
it('disable log-priority with bad parameter', function() {
|
||||
it('will not disable log-priority with bad parameter', function() {
|
||||
return doCommand('disable log-priority bad-stuff')
|
||||
.should.be.rejected
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user