From 7c1315c2449741770785ef369db52067d861bd1c Mon Sep 17 00:00:00 2001 From: Guillermo Date: Wed, 8 Jan 2020 10:27:39 -0300 Subject: [PATCH] fix disable user system ruby test --- tests/system/disable-user-system.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/disable-user-system.rb b/tests/system/disable-user-system.rb index a9279051..9550c0df 100644 --- a/tests/system/disable-user-system.rb +++ b/tests/system/disable-user-system.rb @@ -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.num_rows).should.equal(54) + (numberOftickets.num_rows).should.equal(55) end it 'should not enable the user system' do