1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Fixing test since guy3 no longer gets deducted a point

This commit is contained in:
2016-01-06 20:30:35 +00:00
parent 59f20e1698
commit cbf95ea07b

View File

@@ -420,8 +420,8 @@ class PoolAdvancementTest < ActionDispatch::IntegrationTest
wrestler2 = Wrestler.where("name = ?", "Guy3").first
#Won four in pool
assert_equal 20, wrestler1.totalTeamPoints
#Won two in pool but was deducted a point
assert_equal 15, wrestler2.totalTeamPoints
#Won two in pool
assert_equal 16, wrestler2.totalTeamPoints
end
test "advancement points 1/2" do