put expected last as is proper

This commit is contained in:
zdenkers 2020-11-11 15:09:47 -07:00
parent 0f2437eeeb
commit f8ce1c6e9b

View File

@ -26,6 +26,6 @@ class TestGildedRoseRefactor < Test::Unit::TestCase
string << "\n"
gilded_rose.update_quality
end
assert_equal string.force_encoding('UTF-8'), File.read('test_text_fixture.txt').force_encoding('UTF-8')
assert_equal File.read('test_text_fixture.txt').force_encoding('UTF-8'), string.force_encoding('UTF-8')
end
end