Fixed syntax error.
This commit is contained in:
parent
fa8c4a9fda
commit
275e10fed2
1 changed files with 1 additions and 3 deletions
|
@ -109,12 +109,10 @@ class TwitterTest < ActiveSupport::TestCase
|
||||||
# fetch check system account
|
# fetch check system account
|
||||||
Channel.fetch
|
Channel.fetch
|
||||||
|
|
||||||
reply_text = reply_text.utf8_to_3bytesutf8
|
|
||||||
|
|
||||||
# check if follow up article has been created
|
# check if follow up article has been created
|
||||||
assert_equal( article.ticket.articles.count, 2 )
|
assert_equal( article.ticket.articles.count, 2 )
|
||||||
reply_article = article.ticket.articles.last
|
reply_article = article.ticket.articles.last
|
||||||
assert_equal( reply_article.body, )
|
assert_equal( reply_article.body, reply_text.utf8_to_3bytesutf8 )
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue