Fixed oder after migration got merged.
This commit is contained in:
parent
4f7474ac7a
commit
21dcfda82c
1 changed files with 2 additions and 2 deletions
|
@ -459,11 +459,11 @@ class ZendeskImportTest < ActiveSupport::TestCase
|
||||||
escalation_time
|
escalation_time
|
||||||
pending_time
|
pending_time
|
||||||
type
|
type
|
||||||
|
preferences
|
||||||
updated_by_id
|
updated_by_id
|
||||||
created_by_id
|
created_by_id
|
||||||
created_at
|
created_at
|
||||||
updated_at
|
updated_at)
|
||||||
preferences)
|
|
||||||
|
|
||||||
assert_equal( copmare_fields, local_fields, 'ticket fields' )
|
assert_equal( copmare_fields, local_fields, 'ticket fields' )
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue