Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devduarte committed Oct 1, 2019
1 parent dd4908d commit 74ba119
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/controllers/survey_controller_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ defmodule Ask.SurveyControllerTest do
"initial_success_rate" => 1.0,
"estimated_success_rate" => 1.0,
"completes" => 1,
"missing" => 0,
"missing" => 2,
"multiplier" => 1,
"needed" => 2,
"pending" => 2
Expand Down Expand Up @@ -521,7 +521,7 @@ defmodule Ask.SurveyControllerTest do
"initial_success_rate" => 1.0,
"estimated_success_rate" => 0.75,
"completes" => 1,
"missing" => 0,
"missing" => 2,
"multiplier" => 2,
"needed" => 2,
"pending" => 1
Expand All @@ -545,7 +545,7 @@ defmodule Ask.SurveyControllerTest do
"initial_success_rate" => 1.0,
"estimated_success_rate" => 0.85,
"completes" => 1,
"missing" => 4,
"missing" => 8,
"multiplier" => 2,
"needed" => 8,
"pending" => 4
Expand Down

0 comments on commit 74ba119

Please sign in to comment.