From cbf95ea07be8f2043cd571636cda8ab0de4dc700 Mon Sep 17 00:00:00 2001 From: jcwimer Date: Wed, 6 Jan 2016 20:30:35 +0000 Subject: [PATCH] Fixing test since guy3 no longer gets deducted a point --- test/integration/pool_advancement_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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