Functional tests assert_difference with array

given a new partner instance and a new admin instance are created,
what should be the difference number : +1 or +2
the doc is not so clear on it…

assert_difference [ ‘Partner.count’, ‘Admin.count’ ], +1 do…

thanks for feedback