mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-05 06:07:20 +00:00
Fixing test since guy3 no longer gets deducted a point
This commit is contained in:
@@ -420,8 +420,8 @@ class PoolAdvancementTest < ActionDispatch::IntegrationTest
|
|||||||
wrestler2 = Wrestler.where("name = ?", "Guy3").first
|
wrestler2 = Wrestler.where("name = ?", "Guy3").first
|
||||||
#Won four in pool
|
#Won four in pool
|
||||||
assert_equal 20, wrestler1.totalTeamPoints
|
assert_equal 20, wrestler1.totalTeamPoints
|
||||||
#Won two in pool but was deducted a point
|
#Won two in pool
|
||||||
assert_equal 15, wrestler2.totalTeamPoints
|
assert_equal 16, wrestler2.totalTeamPoints
|
||||||
end
|
end
|
||||||
|
|
||||||
test "advancement points 1/2" do
|
test "advancement points 1/2" do
|
||||||
|
|||||||
Reference in New Issue
Block a user