diff --git a/test/integration/pool_advancement_test.rb b/test/integration/pool_advancement_test.rb index 66bc500..32c6ff5 100644 --- a/test/integration/pool_advancement_test.rb +++ b/test/integration/pool_advancement_test.rb @@ -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