Moved from to new permission management.
This commit is contained in:
parent
6baa11b54a
commit
1a6a6b84a3
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class ZendeskImportTest < ActiveSupport::TestCase
|
|||
test 'check counts' do
|
||||
assert_equal(143, User.count, 'users')
|
||||
assert_equal(3, Group.count, 'groups')
|
||||
assert_equal(6, Role.count, 'roles')
|
||||
assert_equal(4, Role.count, 'roles')
|
||||
assert_equal(2, Organization.count, 'organizations')
|
||||
assert_equal(143, Ticket.count, 'tickets')
|
||||
assert_equal(151, Ticket::Article.count, 'ticket articles')
|
||||
|
|
Loading…
Reference in a new issue