Fix disable-user-system test

This commit is contained in:
Ivan Diaz 2020-01-07 17:29:28 -03:00
parent 9ca6632ee9
commit 7b608a6d06
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ describe'system/disable-user-system' do
numberOftickets= $database.query("SELECT * FROM ticket WHERE author_email IS NULL AND author_name IS NULL AND author_id IS NOT NULL" ) numberOftickets= $database.query("SELECT * FROM ticket WHERE author_email IS NULL AND author_name IS NULL AND author_id IS NOT NULL" )
(numberOftickets.num_rows).should.equal(53) (numberOftickets.num_rows).should.equal(54)
end end
it 'should not enable the user system' do it 'should not enable the user system' do