From 7b608a6d06421f06767ff682e69c74c6fc756f76 Mon Sep 17 00:00:00 2001 From: Ivan Diaz Date: Tue, 7 Jan 2020 17:29:28 -0300 Subject: [PATCH] Fix disable-user-system 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 05a2e10d..7107ecc3 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(53) + (numberOftickets.num_rows).should.equal(54) end it 'should not enable the user system' do